Point
public struct Point : Equatable
Undocumented
-
Note: The pluralization of
coordinatesis 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)
View on GitHub
Install in Dash
Point Structure Reference