NominatimServiceClient class

Implemented types

Constructors

NominatimServiceClient({required NominatimServiceType type, SearchRequest? searchRequest, ReverseRequest? reverseRequest, String? language})

Properties

bodies → dynamic
Request bodies for the API request.
no setteroverride
endpoints String
Endpoints for the API request.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
Headers for the API request.
no setteroverride
language String?
final
methods HTTPMethod
HTTP method for the API request.
no setteroverride
paths String
Paths for the API request.
no setteroverride
queries Map<String, String>?
Query parameters for the API request.
no setteroverride
reverseRequest ReverseRequest?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchRequest SearchRequest?
final
type NominatimServiceType
final
urls String
URLs for the API request.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request() Future
Perform the API request and return the response.
override
toString() String
A string representation of this object.
inherited

Operators

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