GeocodingProvider class abstract
Abstract provider to allow swapping search backends.
- Implementers
Constructors
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
-
autocomplete(
String query, {LatLng? proximity, String lang = 'auto'}) → Future< List< PowerMapSearchResult> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reverseGeocode(
LatLng location, {String lang = 'auto'}) → Future< PowerMapSearchResult?> -
search(
String query, {LatLng? proximity, String lang = 'auto'}) → Future< List< PowerMapSearchResult> > -
searchByCategory(
String categoryId, LatLng location, {int dist = 5, String lang = 'auto'}) → Future< List< PowerMapSearchResult> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited