SectionLocation

public struct SectionLocation

The SectionLocation struct contains information about location of the lane section.

Public

  • The start index point in the section of the route.

    Declaration

    Swift

    public let startPointIndex: Int
  • The end index point in the section of the route.

    Declaration

    Swift

    public let endPointIndex: Int
  • Location of the beginning of the lane section, expressed as a latitude longitude pair.

    Declaration

    Swift

    public let startPoint: CLLocationCoordinate2D
  • Location of the ending of the lane section, expressed as a latitude longitude pair.

    Declaration

    Swift

    public let endPoint: CLLocationCoordinate2D