LocationPuckOptions
Gives options to specify either LocationPuck2D or LocationPuck3D references to the location puck to be displayed on top of map view in each of different navigation states.
If you want to use the same puck for all different navigation states you can invoke defaultPuck()
on the Builder and that would be used for pucks in all navigation states.
Parameters
from which to reference puck drawables
stores the puck appearance to be displayed in free drive state when in the NavigationCameraState.FOLLOWING
stores the puck appearance to be displayed in destination preview state when in the NavigationCameraState.FOLLOWING
stores the puck appearance to be displayed in route preview state when in the NavigationCameraState.FOLLOWING
stores the puck appearance to be displayed in active navigation state when in the NavigationCameraState.FOLLOWING
stores the puck appearance to be displayed in arrival state when in the NavigationCameraState.FOLLOWING
stores the puck appearance to be displayed for all navigation states when in the NavigationCameraState.IDLE or the NavigationCameraState.OVERVIEW
Types
Builder of LocationPuckOptions