ReverseRequest class

Constructors

ReverseRequest({required double lat, required double lon, bool? addressDetails = true, bool? extraTags = true, bool? nameDetails = true})

Properties

addressDetails bool?
Specifies whether to include detailed address information in the response.
getter/setter pair
extraTags bool?
Specifies whether to include extra tags like Wikipedia link, opening hours, etc.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lat double
The latitude of the location to be reverse geocoded.
final
lon double
The longitude of the location to be reverse geocoded.
final
nameDetails bool?
Specifies whether to include a list of alternative names in the results.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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