MPICoordinate

public struct MPICoordinate

MPICoordinate represents a Mappedin coordinate.

  • x

    Mappedin x coordinate of the MPICoordinate

    Declaration

    Swift

    public var x: Double
  • y

    Mappedin y coordinate of the MPICoordinate

    Declaration

    Swift

    public var y: Double
  • Latitude of the MPICoordinate

    Declaration

    Swift

    public var latitude: Double
  • Longitude of the MPICoordinate

    Declaration

    Swift

    public var longitude: Double
  • map

    Map of the MPICoordinate

    Declaration

    Swift

    public var map: MPIMap