SearchRoutePoint

public struct SearchRoutePoint : Encodable

A point used in along the route search.

Important

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

Lifecycle

  • Creates a new SearchRoutePoint from the latitude and longitude

    Declaration

    Swift

    public init(lat: CLLocationDegrees, lon: CLLocationDegrees)

Public

  • lat

    Defines the latitude of the route point

    Declaration

    Swift

    public let lat: CLLocationDegrees
  • lon

    Defines the longitude of the route point

    Declaration

    Swift

    public let lon: CLLocationDegrees