-
APIs for managing map ornaments
See moreDeclaration
Swift
public class OrnamentsManager : NSObject
-
Used to configure Ornament-specific capabilities of the map
All margin values are relative to the
See moreMapView
‘s safe area. To allow the safe area (and thereby ornaments) to track the presence of navigation bars and tab bars, make MapView the root view of a view controller.Declaration
Swift
public struct OrnamentOptions : Equatable
-
Options used to configure the corner position of an ornament
See moreDeclaration
Swift
public enum OrnamentPosition : String, Equatable
-
Options used to configure the visibility of an ornament
See moreDeclaration
Swift
public enum OrnamentVisibility : String, Equatable
-
Used to configure position, margin, and visibility for the map’s attribution button.
See moreDeclaration
Swift
public struct AttributionButtonOptions : OrnamentOptionsProtocol, Equatable
-
Used to configure position, margin, image, and visibility for the map’s compass view.
See moreDeclaration
Swift
public struct CompassViewOptions : OrnamentOptionsProtocol, Equatable
-
Used to configure position, margin, and visibility for the map’s logo view.
See moreDeclaration
Swift
public struct LogoViewOptions : OrnamentOptionsProtocol, Equatable
-
Used to configure position, margin, and visibility for the map’s scale bar view.
See moreDeclaration
Swift
public struct ScaleBarViewOptions : OrnamentOptionsProtocol, Equatable