Boundary

public enum Boundary : Int

Indicates if the ProjectedRouteSection is on the map.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Defines that the boundary is on the map.

    Declaration

    Swift

    case normal = 0
  • Defines that the boundary is not on the map. This may be caused by missing map tiles for the given section.

    Declaration

    Swift

    case offMap