MPIOptions

public struct MPIOptions : Codable

MPIOptions holds the options to be set when different events are sent.

  • Init holds the properties of values to be set when initialzing a map.

    See more

    Declaration

    Swift

    public struct Init : Codable
  • ShowVenue holds the properties of values to be set when showing a venue.

    See more

    Declaration

    Swift

    public struct ShowVenue : Codable
  • BlueDot holds the properties of values to be set when enabling blue dot

    See more

    Declaration

    Swift

    public struct BlueDot : Codable
  • Focus holds the properties of values to be set when focus on is called

    See more

    Declaration

    Swift

    public struct Focus : Codable
  • Focus padding for focus

    See more

    Declaration

    Swift

    public struct FocusPadding : Codable
  • Path holds the properties of values to be set when path is drawn

    See more

    Declaration

    Swift

    public struct Path : Codable
  • Connection path struct

    See more

    Declaration

    Swift

    public struct ConnectionPath : Codable
  • FloatingLabel holds the properties of smart labels to be set when setting labels to polygons

    See more

    Declaration

    Swift

    public struct FloatingLabel : Codable
  • FlatLabel holds the properties of flat labels to be set when setting flat labels to polygons

    See more

    Declaration

    Swift

    public struct FlatLabel : Codable
  • FloatingLabelAppearance holds the appearance properties of floating labels to be set when labeling polygons

    See more

    Declaration

    Swift

    public struct FloatingLabelAppearance : Codable
  • LabelAllLocations holds the properties of smart labels to be set at a collection of locations

    See more

    Declaration

    Swift

    public struct FloatingLabelAllLocations : Codable
  • FlatLabelAppearance holds the appearance properties of flat labels to be set when labeling polygons

    See more

    Declaration

    Swift

    public struct FlatLabelAppearance : Codable
  • FlatLabelAllLocations holds the properties of flat labels to be set at a collection of locations

    See more

    Declaration

    Swift

    public struct FlatLabelAllLocations : Codable
  • Journey holds the properties of journey when drawing jouney

    See more

    Declaration

    Swift

    public struct Journey : Codable
  • MARKER_ANCHOR holds the properties of anchor when adding markers

    See more

    Declaration

    Swift

    public enum MARKER_ANCHOR : Int, Codable
  • MPIOptions.Marker holds the properties of values when adding markers

    See more

    Declaration

    Swift

    public struct Marker : Codable