WaypointStyle

public enum WaypointStyle : Int

Enum denoting the types of the destination waypoint highlighting on arrival.

  • Do not highlight destination waypoint on arrival. Destination annotation is always shown by default.

    Declaration

    Swift

    case annotation
  • Highlight destination building on arrival in 2D. In case if destination building wasn’t found only annotation will be shown.

    Declaration

    Swift

    case building
  • Highlight destination building on arrival in 3D. In case if destination building wasn’t found only annotation will be shown.

    Declaration

    Swift

    case extrudedBuilding