requestMyLocationLatLng method

Future<LatLng> requestMyLocationLatLng()

Get last my location

Return last latlng, nullable

Implementation

Future<LatLng> requestMyLocationLatLng() async {
  return MapboxGlPlatform.getInstance(_id)!.requestMyLocationLatLng();
}