GeoJSON
public struct GeoJSON<T>
extension GeoJSON: Equatable where T: Equatable
Generic container for GeoJSON geometry types.
-
Information about the coordinates of an element.
Declaration
Swift
public var coordinates: CoordinateType
-
Equatable implementation.
Declaration
Swift
public static func == (lhs: GeoJSON, rhs: GeoJSON) -> Bool