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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSMapCapabilityFlags\u003c/code\u003e is an enumeration defining flags for conditionally available map capabilities that require specific settings like \u003ccode\u003emapID\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese flags indicate whether features like advanced markers, data-driven styling, or sprite polylines are enabled on a \u003ccode\u003eGMSMapView\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe flags include \u003ccode\u003eGMSMapCapabilityFlagsNone\u003c/code\u003e, \u003ccode\u003eGMSMapCapabilityFlagsAdvancedMarkers\u003c/code\u003e, \u003ccode\u003eGMSMapCapabilityFlagsDataDrivenStyling\u003c/code\u003e, and \u003ccode\u003eGMSMapCapabilityFlagsSpritePolylines\u003c/code\u003e, each representing a specific capability.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these flags to check if certain features are supported before utilizing them in their map implementations.\u003c/p\u003e\n"]]],["`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"],null,[]]