Type Alias TFollowCameraOptions

TFollowCameraOptions: {
    bearing?: number;
    duration?: number;
    easing?: EasingCurve;
    elevation?: number;
    pitch?: number;
    zoomLevel?: number;
}

Type declaration

  • Optionalbearing?: number

    Camera bearing in degrees clockwise from North. 0 is North, 90 is East, 180 is South, 270 is West. This option is only available in 'position-only' mode. In all other modes, the bearing will be calculated automatically.

    undefined
    
  • Optionalduration?: number
    POSITION_ANIMATION_DURATION
    
  • Optionaleasing?: EasingCurve
    'ease-in-out'
    
  • Optionalelevation?: number
    undefined
    
  • Optionalpitch?: number
    45
    
  • OptionalzoomLevel?: number
    21