fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
224 stars 364 forks source link

onMapCreate function not working #79

Open muhammadidrees opened 3 years ago

muhammadidrees commented 3 years ago

I want to access the GoogleMapController so I can animate camera to a new position from outside of the map widget. I tried taking the controller for onMapCreate function but it was giving null value instead of the controller. Later on I just tried printing stuff in the function and nothing got printed on the console.

Futhermore I checked the inside of the package and found that the onMapCreate is just taken in parameter but is not being used inside the package.

daverupp commented 3 years ago

It seams that the callback function never gets called at all :) I think thats the point :)