enable abstract method
- MapViewBase mapView
Enables LocationIndicator for provided MapViewBase.
If LocationIndicator is already enabled (added to map view) for passed map view, this function does nothing. If LocationIndicator is added to different MapViewBase, this function removes first LocationIndicator from previous map view before adding to new one.
mapViewThe MapViewBase instance.
Implementation
void enable(MapViewBase mapView);