google_maps_place_picker library

A Flutter plugin that provides a place picker using Google Maps.

This package allows users to select a location on a map, search for places, and get detailed information about the selected place. It supports both Android and iOS platforms.

Features include:

  • Interactive map with place picking capability
  • Autocomplete search for places
  • Support for restricting place selection to specific areas

Classes

CircleArea
FloatingCard
PickResult
A model class that represents the result of a place pick operation.
PlacePicker
RoundedFrame

Typedefs

IntroModalWidgetBuilder = Widget Function(BuildContext context, Function? close)