reverse abstract method
Performs a reverse geocoding request based on the given reverseRequest
.
The reverseRequest
parameter is required and contains the reverse geocoding criteria.
The optional language
parameter specifies the language for the search results.
Returns a Future that completes with a NominatimResponse object.
Implementation
Future<NominatimResponse> reverse({
required ReverseRequest reverseRequest,
String? language,
});