ReachableRange

public struct ReachableRange : Codable

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Center location for the reachable range calculation.

    Declaration

    Swift

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

    Declaration

    Swift

    public let boundary: [CLLocationCoordinate2D]