google_maps_place_picker
google_maps_place_picker copied to clipboard
onMapCreate function not working
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.
It seams that the callback function never gets called at all :) I think thats the point :)