Camera Mode
class CameraMode
Contains the variety of camera modes which determine how the camera will track the user location.
Types
Link copied to clipboard
Determine the camera tracking behavior in the LocationComponent.
Properties
Link copied to clipboard
Camera does not track location, but does track compass bearing.
Link copied to clipboard
Camera tracks the user location, with bearing provided by a compass.
Link copied to clipboard
Camera tracks the user location, with bearing provided by a normalized getBearing.
Link copied to clipboard
Camera tracks the user location, with bearing always set to north (0).