NominatimServiceImpl class

Implementation of the NominatimService interface.

Implemented types
Mixed-in types

Constructors

NominatimServiceImpl()

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

loadWithIsolate<T>(Future<T> function()) Future<T>
inherited
lookup({required LookupRequest lookupRequest, String? language}) Future<List<NominatimResponse>>
Performs a lookup request to the Nominatim service.
override
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.
override
Searches for locations based on the given searchRequest.
override
status() Future<StatusResponse>
Retrieves the status of the Nominatim service.
override
toString() String
A string representation of this object.
inherited

Operators

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