MapOptions
public struct MapOptions : Equatable
MapOptions
is the structure used to configure the map with a set of capabilities
-
Used to configure the gestures on the map
Declaration
Swift
public var gestures: GestureOptions
-
Used to configure the ornaments on the map
Declaration
Swift
public var ornaments: OrnamentOptions
-
Used to configure the camera of the map
Declaration
Swift
public var camera: MapCameraOptions
-
Used to configure the location provider
Declaration
Swift
public var location: LocationOptions
-
Undocumented
Declaration
Swift
public var render: RenderOptions