JsonRange

public struct JsonRange : Decodable

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Public

  • Center location for the reachable range calculation.

    Declaration

    Swift

    public let origin: CLLocationCoordinate2D
  • Boundary of the reachable range.

    Declaration

    Swift

    public let polygon: [CLLocationCoordinate2D]