MaplyCoordinate

typedef struct MaplyCoordinate MaplyCoordinate

A 2D coordinate representation.

The Maply Coordinate is a simple 2 dimensional coordinate passed around to numerous methods. For geo-coordinates x maps to longitude and y to latitude and the values are in radians.

  • A 2D coordinate representation.

    The Maply Coordinate is a simple 2 dimensional coordinate passed around to numerous methods. For geo-coordinates x maps to longitude and y to latitude and the values are in radians.

    See more

    Declaration

    Objective-C

    struct {}

    Swift

    struct MaplyCoordinate