Point
public struct Point : Equatable
Undocumented
-
Note: The pluralization of
coordinates
is defined in the GeoJSON RFC, so we’ve kept it for consistency. https://tools.ietf.org/html/rfc7946#section-1.5Declaration
Swift
public var coordinates: CLLocationCoordinate2D
-
Undocumented
Declaration
Swift
public init(_ coordinates: CLLocationCoordinate2D)