LocationIndicator.withMapView constructor

LocationIndicator.withMapView(
  1. MapViewBase mapView
)

Creates an instance of LocationIndicator and adds it to provided MapViewBase.

Implementation

factory LocationIndicator.withMapView(MapViewBase mapView) => $prototype.withMapView(mapView);