mohesu / map_location_picker

Map location picker for flutter Based on google_maps_flutter
Apache License 2.0
46 stars 70 forks source link

How to get current Location of the geocoded Address #54

Open gouravd opened 1 month ago

gouravd commented 1 month ago

After tapping on the screen or selecting address from Search bar, the decoding happens and marker is placed at new location. But I am unable to figure out how to get the updated location. The callbacks have result.geometry which is of InitialLocation and not the updatedlocation