MFPlacesService class

Constructors

MFPlacesService()

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

fetchGeocode({MFLocationComponent? location, String? address, MFViewboxComponent? viewbox}) Future<List<MFGeocodeResult>>
Geocode
fetchNearbySearch(MFLocationComponent location, int radius, {String? text, List<String>? types, List<String>? tags, DateTime? datetime}) Future<List<MFPlaceResult>>
Nearby search
fetchPlaceDetail(String id) Future<MFPlaceDetailResult>
Place detail
fetchSuggestion(String text, {MFLocationComponent? location, bool acronym = false}) Future<List<MFSuggestionResult>>
Auto suggest
fetchTextSearch(String text, {List<String>? types, DateTime? datetime, MFLocationComponent? location}) Future<List<MFPlaceResult>>
Text search
fetchViewboxSearch(MFViewboxComponent viewbox, {String? text, List<String>? types, List<String>? tags, DateTime? datetime}) Future<List<MFPlaceResult>>
Viewbox search
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