PlaceDetailsRequestOptions class

Constructors

PlaceDetailsRequestOptions({List<String>? fields, String? language, String? region, bool? reviewsNoTranslations, ReviewsSort? reviewsSort, String? sessiontoken})

Properties

fields List<String>?
Use the fields parameter to specify a list of place data types to return.
final
hashCode int
The hash code for this object.
no setterinherited
language String?
The language in which to return results.
final
region String?
The region code, specified as a ccTLD ("top-level domain") two-character value.
final
reviewsNoTranslations bool?
Specify true to disable translation of reviews; Specify false to enable translation of reviews.
final
reviewsSort ReviewsSort?
The sorting method to use when returning reviews. Can be set to most_relevant (default) or newest.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessiontoken String?
A random string which identifies an autocomplete session for billing purposes.
final

Methods

formatFields(List<String>? fields) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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