requestMyLocationLatLng method

Future<LatLng?> requestMyLocationLatLng()

Get last my location

Return last latlng, nullable

Implementation

Future<LatLng?> requestMyLocationLatLng() async {
  return _mapboxGlPlatform.requestMyLocationLatLng();
}