getAddressWithGeoLocation method

  1. @override
Future<AddressWithGeoLocation?> getAddressWithGeoLocation()

Implementation

@override
Future<AddressWithGeoLocation?> getAddressWithGeoLocation() {
  throw HereMapsError(statusCode: -1, message: 'Not supported!');
}