GoogleNavigation Framework Reference

  • 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.

GMSMapCapabilityFlags

enum GMSMapCapabilityFlags : 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.