GmhSearchParams class
Properties
-
apiKey
→ String
-
The Google Places API key
final
-
countryCode
→ String?
-
The country code to restrict results (ISO 3166-1 Alpha-2 format).
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lang
→ String?
-
The language code for the results (e.g., 'en' for English).
final
-
loc
→ LatLng?
-
The latitude and longitude coordinates to search around.
final
-
radius
→ int?
-
The radius (in meters) within which to return place results.
Must be greater than 0 and less than or equal to 50,000.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
strictBounds
→ bool
-
Whether to enforce strict bounds when
latLng
and radius
are provided.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
query()
→ Map<String, dynamic>
-
Converts the search parameters into a map
-
toString()
→ String
-
A string representation of this object.
inherited