PlacesService class

Available extensions
Annotations
  • @JS('google.maps.places.PlacesService')

Constructors

PlacesService(Object? attrContainer)

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

findPlaceFromPhoneNumber(FindPlaceFromPhoneNumberRequest? request, [void callback(List<PlaceResult?>?, PlacesServiceStatus?)?]) → void

Available on PlacesService, provided by the PlacesService$Ext extension

findPlaceFromQuery(FindPlaceFromQueryRequest? request, [void callback(List<PlaceResult?>?, PlacesServiceStatus?)?]) → void

Available on PlacesService, provided by the PlacesService$Ext extension

getDetails(PlaceDetailsRequest? request, [void callback(PlaceResult?, PlacesServiceStatus?)?]) → void

Available on PlacesService, provided by the PlacesService$Ext extension

nearbySearch(PlaceSearchRequest? request, [void callback(List<PlaceResult?>?, PlacesServiceStatus?, PlaceSearchPagination?)?]) → void

Available on PlacesService, provided by the PlacesService$Ext extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textSearch(TextSearchRequest? request, [void callback(List<PlaceResult?>?, PlacesServiceStatus?, PlaceSearchPagination?)?]) → void

Available on PlacesService, provided by the PlacesService$Ext extension

toString() String
A string representation of this object.
inherited

Operators

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