MapBoxGeocoder class

Constructors

MapBoxGeocoder(String _accessToken)

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

forwardSearch(String searchText, {String endpoint = 'mapbox.places', ForwardQueryParams params = const ForwardQueryParams()}) Future<MapBoxResponse>
The forward geocoding query type allows you to look up a single location by name and returns its geographic coordinates.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverseSearch(LatLon coordinates, {String endpoint = 'mapbox.places', ReverseQueryParams params = const ReverseQueryParams()}) Future<MapBoxResponse>
The reverse geocoding query type allows you to look up a single pair of coordinates and returns the geographic feature or features that exist at that location.
toString() String
A string representation of this object.
inherited

Operators

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