place_picker_google library
Classes
- AddressComponent
- Legacy address component object provided by google
- AnimatedPin
- AutoCompleteItem
- Autocomplete results item returned from Google will be deserialized into this model.
- Component
- GoogleAPIParameters
- LocalizationConfig
- LocationResult
- The result returned after completing location selection.
- MyLocationFABConfig
- NearbyPlace
- Nearby place data will be deserialized into this model.
- NearbyPlaceItem
- NearbyPlaces
- PlacePicker
- Google place picker widget made with map widget from google_maps_flutter and other API calls to Google Places API
- PlacePickerState
- Place picker state
- RichSuggestion
- SearchInput
- Custom Search input field, showing the search and clear icons.
- SearchInputConfig
- SearchInputDecorationConfig
- SearchInputState
- SelectedPlace
- SelectedPlaceConfig
Enums
Typedefs
- BackWidgetBuilder = Widget Function(BuildContext context)
- PinWidgetBuilder = Widget Function(BuildContext context, PinState state)
- SelectedPlaceWidgetBuilder = Widget Function(BuildContext context, SearchingState state, LocationResult? selectedPlace)