PowerMapGeocodingService class
Default PowerMap implementation
- Implemented types
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> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reverseGeocode(
LatLng location, {String lang = 'auto'}) → Future< PowerMapSearchResult?> -
override
-
search(
String query, {LatLng? proximity, String lang = 'auto'}) → Future< List< PowerMapSearchResult> > -
override
-
searchByCategory(
String categoryId, LatLng location, {int dist = 5, String lang = 'auto'}) → Future< List< PowerMapSearchResult> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited