Disable Blue Dot During Direction Request (Android) Follow
This article describes how to use the SDK to disable the blue dot during a directions request.
Disable the Blue Dot on iOS
To disable the blue dot during a directions request, use showsUsersLocation.
This property is part of MRMapViewController’s MRMapView and is used when there’s a didRequestDirectionsAction: callback on MRMapViewController.
Disable the Blue Dot on Android
To disable a blue dot during a directions request, use either the onDirectionsClick() or the onDirectionsClosed() functions when calling the MapView’s setShowsUserLocation.
Comments
0 comments
Please sign in to leave a comment.