currentLocation property
LatLng?
get
currentLocation
User's current location as a LatLng, if available.
Implementation
LatLng? get currentLocation => _currentLocation;
User's current location as a LatLng, if available.
LatLng? get currentLocation => _currentLocation;