reverseGeocode abstract method

Future<PowerMapSearchResult?> reverseGeocode(
  1. LatLng location, {
  2. String lang = 'auto',
})

Implementation

Future<PowerMapSearchResult?> reverseGeocode(
  LatLng location, {
  String lang = 'auto',
});