PickResult class

Constructors

PickResult({String? placeId, Geometry? geometry, String? formattedAddress, List<String>? types, List<AddressComponent>? addressComponents, String? adrAddress, String? formattedPhoneNumber, String? id, String? reference, String? icon, String? name, OpeningHoursDetail? openingHours, List<Photo>? photos, String? internationalPhoneNumber, PriceLevel? priceLevel, num? rating, String? scope, String? url, String? vicinity, num? utcOffset, String? website, List<Review>? reviews})
PickResult.fromGeocodingResult(GeocodingResult result)
factory
PickResult.fromPlaceDetailResult(PlaceDetails result)
factory

Properties

addressComponents List<AddressComponent>?
final
adrAddress String?
final
formattedAddress String?
final
formattedPhoneNumber String?
final
geometry → Geometry?
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
id String?
final
internationalPhoneNumber String?
final
name String?
final
openingHours → OpeningHoursDetail?
final
photos List<Photo>?
final
placeId String?
final
priceLevel → PriceLevel?
final
rating num?
final
reference String?
final
reviews List<Review>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
final
types List<String>?
final
url String?
final
utcOffset num?
final
vicinity String?
final
website String?
final

Methods

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