Appolica / InteractiveInfoWindowAndroid

Library project, developed and maintained by Appolica, offering an interactive info window for Google maps on Android.
249 stars 56 forks source link

Don't received any event from setOnCameraIdleListener function #45

Open vantangst opened 5 years ago

vantangst commented 5 years ago

when I use that function setOnCameraIdleListener(GoogleMap.OnCameraIdleListener onCameraIdleListener). I didn't receive anything when I zoom in/out the map.

Have somebody have any idea?

Thanks, Tang

su-thiri-khit commented 4 years ago

You can listen like this:

mapInfoWindowFragment.infoWindowManager().setOnCameraMoveListener(onCameraMoveListener).

dpetrov-appolica commented 3 years ago

@vantangst Can you show how exactly you use it. Because everything is working fine when I'm using it.