PlacesFindPlaceFromTextResponse class abstract

Properties

candidates → BuiltList<Place>?
Contains an array of Place candidates. <div class="caution">Place Search requests return a subset of the fields that are returned by Place Details requests. If the field you want is not returned by Place Search, you can use Place Search to get a place_id, then use that Place ID to make a Place Details request.
no setter
errorMessage String?
When the service returns a status code other than OK<, there may be an additional error_message field within the response object. This field contains more detailed information about thereasons behind the given status code. This field is not always returned, and its content is subject to change.
no setter
hashCode int
The hash code for this object.
no setterinherited
infoMessages → BuiltList<String>?
When the service returns additional information about the request specification, there may be an additional info_messages field within the response object. This field is only returned for successful requests. It may not always be returned, and its content is subject to change.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PlacesSearchStatus?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlacesFindPlaceFromTextResponseBuilder)) PlacesFindPlaceFromTextResponse
Rebuilds the instance.
inherited
toBuilder() PlacesFindPlaceFromTextResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PlacesFindPlaceFromTextResponse>
no setter