showLocationMarker property

bool showLocationMarker

Whether the map is showing location marker.

Implementation

bool get showLocationMarker =>
    _options.showLocationMarker && _position != null;