GoogleNavigation Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSFrameRate
enum GMSFrameRate : NSUInteger {}
Rendering frame rates for GMSMapView
.
-
Use the minimum frame rate to conserve battery usage.
Declaration
Objective-C
kGMSFrameRatePowerSave
-
Use a median frame rate to provide smoother rendering and conserve processing cycles.
Declaration
Swift
case conservative = 1
Objective-C
kGMSFrameRateConservative
-
Use the maximum frame rate for a device. For low end devices this will be 30 FPS,
for high end devices 60 FPS.
Declaration
Objective-C
kGMSFrameRateMaximum
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSFrameRate\u003c/code\u003e is an enumeration that defines rendering frame rates for \u003ccode\u003eGMSMapView\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ekGMSFrameRatePowerSave\u003c/code\u003e minimizes frame rate for battery conservation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ekGMSFrameRateConservative\u003c/code\u003e uses a moderate frame rate, balancing smoothness and processing power.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ekGMSFrameRateMaximum\u003c/code\u003e utilizes the highest possible frame rate for the device (30 or 60 FPS).\u003c/p\u003e\n"]]],[],null,["# GoogleNavigation Framework Reference\n\nGMSFrameRate\n============\n\n enum GMSFrameRate : NSUInteger {}\n\nRendering frame rates for [GMSMapView](../Classes/GMSMapView.html).\n- `\n ``\n ``\n `\n\n ### [kGMSFrameRatePowerSave](#/c:@E@GMSFrameRate@kGMSFrameRatePowerSave)\n\n `\n ` \n Use the minimum frame rate to conserve battery usage. \n\n #### Declaration\n\n Swift \n\n case powerSave = 0\n\n Objective-C \n\n kGMSFrameRatePowerSave\n\n- `\n ``\n ``\n `\n\n ### [kGMSFrameRateConservative](#/c:@E@GMSFrameRate@kGMSFrameRateConservative)\n\n `\n ` \n Use a median frame rate to provide smoother rendering and conserve processing cycles. \n\n #### Declaration\n\n Swift \n\n case conservative = 1\n\n Objective-C \n\n kGMSFrameRateConservative\n\n- `\n ``\n ``\n `\n\n ### [kGMSFrameRateMaximum](#/c:@E@GMSFrameRate@kGMSFrameRateMaximum)\n\n `\n ` \n Use the maximum frame rate for a device. For low end devices this will be 30 FPS,\n for high end devices 60 FPS. \n\n #### Declaration\n\n Swift \n\n case maximum = 2\n\n Objective-C \n\n kGMSFrameRateMaximum"]]