I am calling this on stop
navigation.endNavigation(); locationLayerPlugin.onStop(); locationLayerPlugin.setLocationLayerEnabled(LocationLayerMode.COMPASS); navigationMapRoute.removeRoute();
but blue dot is not removed from map
Please help me
I am calling this on stop
navigation.endNavigation(); locationLayerPlugin.onStop(); locationLayerPlugin.setLocationLayerEnabled(LocationLayerMode.COMPASS); navigationMapRoute.removeRoute();
but blue dot is not removed from map
Please help me
If you are calling onstop and than enabling the location layer in that order, the location icon (blue dot) will show back up on the map? Could you explain a bit more what you are trying to do here.