-
Undocumented
See moreDeclaration
Swift
public class OrnamentsManager : NSObject
-
Used to configure Ornament-specific capabilities of the map
All margin values are relative to the MapView’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.
See moreDeclaration
Swift
public struct OrnamentOptions : Equatable
-
Undocumented
See moreDeclaration
Swift
public enum OrnamentPosition : String, Equatable
-
Undocumented
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, 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