google_maps_place_picker icon indicating copy to clipboard operation
google_maps_place_picker copied to clipboard

onMapCreate function not working

Open muhammadidrees opened this issue 4 years ago • 1 comments

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.

muhammadidrees avatar Nov 01 '20 10:11 muhammadidrees

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

daverupp avatar Nov 11 '20 12:11 daverupp