NominatimService class abstract

Abstract class defining the methods for interacting with the Nominatim service.

Implementers

Constructors

NominatimService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lookup({required LookupRequest lookupRequest, String? language}) Future<List<NominatimResponse>>
Performs a lookup request to the Nominatim service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverse({required ReverseRequest reverseRequest, String? language}) Future<NominatimResponse>
Performs a reverse geocoding request based on the given reverseRequest.
Searches for locations based on the given searchRequest.
status() Future<StatusResponse>
Retrieves the status of the Nominatim service.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited