update Location
Updates the location icon on the map and way name data (if found)for the given Location.
NavigationMapboxMap automatically listens to onNewMapMatcherResult when a progress observeris subscribed with addProgressChangeListener and invoking this method in that scenario will lead to competing updates.
Parameters
to update the icon and query the map
Updates the location icon on the map and way name data (if found)for the given Location.
NavigationMapboxMap automatically listens to onNewMapMatcherResult when a progress observeris subscribed with addProgressChangeListener and invoking this method in that scenario will lead to competing updates.
Parameters
to update the icon and query the map
specifies the duration of the transition animation.A default duration is used if the provided value is null.See animationDuration
This method can be used to provide the list of locations where the last one is the targetand the rest are intermediate points used as the animation path.The puck and the camera will be animated between each of the points linearly until reaching the target.
NavigationMapboxMap automatically listens to onNewMapMatcherResult when a progress observeris subscribed with addProgressChangeListener and invoking this method in that scenario will lead to competing updates.
Parameters
the path to update the location icon
This method can be used to provide the list of locations where the last one is the targetand the rest are intermediate points used as the animation path.The puck and the camera will be animated between each of the points linearly until reaching the target.
NavigationMapboxMap automatically listens to onNewMapMatcherResult when a progress observeris subscribed with addProgressChangeListener and invoking this method in that scenario will lead to competing updates.
Parameters
the path to update the location icon
specifies the duration of the transition animation.A default duration is used if the provided value is null.See animationDuration
This method can be used to provide the target locationand a list of intermediate points used as the animation path.The puck and the camera will be animated between each of the points linearly until reaching the target.
NavigationMapboxMap automatically listens to onNewMapMatcherResult when a progress observeris subscribed with addProgressChangeListener and invoking this method in that scenario will lead to competing updates.
Parameters
the target position
points that lead up to the target position for animation purposes
specifies the duration of the transition animation.A default duration is used if the provided value is null.See animationDuration