GeoJSON

public struct GeoJSON<T>
extension GeoJSON: Equatable where T: Equatable

Generic container for GeoJSON geometry types.

Public

  • Information about the coordinates of an element.

    Declaration

    Swift

    public var coordinates: CoordinateType

Available where T: Equatable

  • Equatable implementation.

    Declaration

    Swift

    public static func == (lhs: GeoJSON, rhs: GeoJSON) -> Bool