PlacesServiceNew class abstract

Annotations
  • @RestApi()

Constructors

PlacesServiceNew.new({required Dio dio, ParseErrorLogger? errorLogger})
factory

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

getDetails({required String id, required List<String> fields, PlaceDetailsFilter? filter}) Future<HttpResponse<Place?>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchAutocomplete({required List<String>? fields, required AutocompleteSearchFilter filter}) Future<HttpResponse<PlacesSuggestions?>>
searchNearby({required List<String> fields, required NearbySearchFilter filter}) Future<HttpResponse<PlacesResponse?>>
searchText({required List<String> fields, required TextSearchFilter filter}) Future<HttpResponse<PlacesResponse?>>
toString() String
A string representation of this object.
inherited

Operators

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