Allow your users to follow their changing positions on the map e.g., when driving. When a new
location is set, the animation moves the chevron to the new position.
Sample use case 1: You want to show your user position when driving.
Custom chevron indicator
You can set a custom icon for the chevron indicator.
To create a custom chevron:
let animation =TTChevronAnimationOptionsBuilder.create(withAnimatedCornerRounding:false).build()
Additionally, it is possible to track the chevron. It means that the camera/map and the chevron move
when a new location is received so that the map is always centered on the chevron with the bearing
of the drive. In the tracking mode, rotate and pan gestures are blocked. The user can only change
the zoom level, while the map camera is automatically adjusted to follow the chevron.