• APIs for managing map ornaments

    See more

    Declaration

    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 more

    Declaration

    Swift

    public struct OrnamentOptions : Equatable
  • Options used to configure the corner position of an ornament

    See more

    Declaration

    Swift

    public enum OrnamentPosition : String, Equatable
  • Options used to configure the visibility of an ornament

    See more

    Declaration

    Swift

    public enum OrnamentVisibility : String, Equatable
  • Used to configure position, margin, and visibility for the map’s attribution button.

    See more

    Declaration

    Swift

    public struct AttributionButtonOptions : OrnamentOptionsProtocol, Equatable
  • Used to configure position, margin, image, and visibility for the map’s compass view.

    See more

    Declaration

    Swift

    public struct CompassViewOptions : OrnamentOptionsProtocol, Equatable
  • Used to configure position, margin, and visibility for the map’s logo view.

    See more

    Declaration

    Swift

    public struct LogoViewOptions : OrnamentOptionsProtocol, Equatable
  • Used to configure position, margin, and visibility for the map’s scale bar view.

    See more

    Declaration

    Swift

    public struct ScaleBarViewOptions : OrnamentOptionsProtocol, Equatable