RoutablePoint

public struct RoutablePoint : Codable, Hashable

Point on the road the feature fronts.

  • Building front coordinate.

    Declaration

    Swift

    public var point: CLLocationCoordinate2D { get }
  • Name of the routable point.

    Declaration

    Swift

    public let name: String