enable abstract method

void enable(
  1. 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.

Implementation

void enable(MapViewBase mapView);