CameraTrackingMode

public enum CameraTrackingMode

A type that represents camera tracking modes.

  • No camera tracking.

    Declaration

    Swift

    case none
  • North Up Follow Camera Operator, with which the camera follows the current position.

    Declaration

    Swift

    case follow
  • Follow Route Camera Operator, camera follows the current position and heading, while adjusting tilt and scale to best present the route and its guidance instructions.

    Declaration

    Swift

    case followRoute
  • Direction Up Follow Camera Operator, camera follows the current position and heading.

    Declaration

    Swift

    case followDirection
  • The operator tries to fit the routes in the current view, by changing the camera zoom and look-at parameters. It constantly adjusts these parameters in order to keep the remaining part of the route(s) in view. Tilt and heading parameters are set to 0 in this camera mode.

    Declaration

    Swift

    case routeOverview