PlacesService class

Constructors

PlacesService()

Properties

currentPosition PlacesLocation
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionToken String?
Returns the session token last used to get auto-complete results from the Places API
no setter

Methods

getAutoComplete(String input) Future<List<PlacesAutoCompleteResult>>
Gets auto complete results from the GoogleMapsApi
getPlaceDetails(String placeId) Future<PlacesDetails>
Returns the PlacesDetails associated with the placeId
getPlacesAtCurrentLocation() Future
initialize({required String apiKey}) → void
Must initialize and pass in an API key.
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