New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
Stay organized with collections
Save and categorize content based on your preferences.
GMSMapCapabilityFlags
enumGMSMapCapabilityFlags:NSUInteger{}
Flags that represent conditionally-available map capabilities (ones that require a mapID or some
other map setting) that can be used to indicate availability.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSMapCapabilityFlags` is an enumeration defining flags for conditionally available map capabilities that require specific settings like `mapID`."],["These flags indicate whether features like advanced markers, data-driven styling, or sprite polylines are enabled on a `GMSMapView`."],["The flags include `GMSMapCapabilityFlagsNone`, `GMSMapCapabilityFlagsAdvancedMarkers`, `GMSMapCapabilityFlagsDataDrivenStyling`, and `GMSMapCapabilityFlagsSpritePolylines`, each representing a specific capability."],["Developers can use these flags to check if certain features are supported before utilizing them in their map implementations."]]],["`GMSMapCapabilityFlags` represent map capabilities that are conditionally available. `GMSMapCapabilityFlagsNone` signifies no enabled capabilities. `GMSMapCapabilityFlagsAdvancedMarkers` indicates advanced markers are enabled. `GMSMapCapabilityFlagsDataDrivenStyling` shows data-driven styling is active. `GMSMapCapabilityFlagsSpritePolylines` confirms that `GMSPolyline` with a `GMSSpriteStyle` stamp is enabled. Each capability has declarations for both Swift and Objective-C, using bitwise operations to represent their states.\n"]]