google_places_sdk_text_field
library
Classes
-
AddressComponent
-
Represents a component of an address, e.g., street number, postcode, city, etc.
-
AutocompletePrediction
-
Represents an autocomplete suggestion of a place,
based on a particular text query.
-
FetchPlacePhotoResponse
-
The response for a FlutterGooglePlacesSdkPlatform.fetchPlacePhoto request
-
FetchPlacePhotoResponseImage
-
-
FetchPlacePhotoResponseImageUrl
-
-
FetchPlaceResponse
-
The response for a FlutterGooglePlacesSdkPlatform.fetchPlace request
-
FindAutocompletePredictionsResponse
-
The response for a FlutterGooglePlacesSdkPlatform.findAutocompletePredictions request
-
FlutterGooglePlacesSdk
-
Client used to call methods on the native google places sdk
-
FlutterGooglePlacesSdkPlatform
-
A
PlatformInterface
for flutter google places sdk
-
GooglePlacesSdkTextField
-
-
LatLng
-
An immutable class representing a pair of latitude and longitude coordinates, stored as degrees.
-
LatLngBounds
-
An immutable class representing a latitude/longitude aligned rectangle.
-
OpeningHours
-
Represents information on when a Place will be open during the week.
-
Period
-
Represents a time segment. It may contain an open TimeOfWeek, or a close TimeOfWeek, or both.
-
PhotoMetadata
-
The metadata corresponding to a single photo associated with a place.
-
Place
-
Represents a particular physical place.
-
PlaceLocalTime
-
Represents a local time with just hours and minutes. This class is based on the LocalTime class (available on SDK 26 and higher).
-
PlusCode
-
Plus Code, or Open Location Code (OLC), is a geocode system for identifying any geographical area on Earth, even when a street address does not exist.
-
TimeOfWeek
-
Represents a a timestamp that's identified by the day of the week, and the time in 24 hour format.
Enums
-
BusinessStatus
-
The business status of a place
-
DayOfWeek
-
Represents a day of the week. This enumeration is based on the DayOfWeek class (available on SDK 26 or higher).
-
PlaceField
-
Used to specify which place data types to return.
-
PlaceType
-
Available types for a Place
-
PlaceTypeFilter
-
Filter to restrict the result set of autocomplete predictions to certain types.