Closed Innova133 closed 5 years ago
When setting an OnCameraIdleListener on the googleMap object returned from getMapAsync, the onCameraIdle method is never called.
This also happens for many other interfaces, OnMapClickListener, etc.
This issue seems to only exist in the MapFragmentActivity, not the MapViewActivity.
Implement the method from your infoWindowManager() from your MapInfoWindowFragment. Like this: mapFragment.infoWindowManager().setOnMapClickListener(onMapClickListener);
@rafaguedes is correct
When setting an OnCameraIdleListener on the googleMap object returned from getMapAsync, the onCameraIdle method is never called.
This also happens for many other interfaces, OnMapClickListener, etc.
This issue seems to only exist in the MapFragmentActivity, not the MapViewActivity.