fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 356 forks source link

Get lat Lng without network call #151

Open nomanmurtaza786 opened 2 years ago

nomanmurtaza786 commented 2 years ago

Hi there, I am trying to get lat and lng without make API call, through cameraPosition. This function works in Google Map but not working in PlacePicker. Any idea how can I do this?

onCameraMove: (CameraPosition camPosition) { this.cameraPosition = camPosition; },