currentLocation property

LatLng? get currentLocation

User's current location as a LatLng, if available.

Implementation

LatLng? get currentLocation => _currentLocation;