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 that defines flags representing conditionally-available map capabilities, requiring a mapID or specific map settings for activation."],["These flags indicate whether features like advanced markers, data-driven styling, and sprite polylines are enabled on a `GMSMapView`."],["The flags can be combined using bitwise OR operations to represent multiple capabilities being enabled simultaneously."],["A value of `GMSMapCapabilityFlagsNone` indicates that no conditional capabilities are active on the map view."]]],[]]