InteractiveInfoWindowAndroid icon indicating copy to clipboard operation
InteractiveInfoWindowAndroid copied to clipboard

Don't received any event from setOnCameraIdleListener function

Open vantangst opened this issue 5 years ago • 2 comments

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

vantangst avatar Sep 16 '19 11:09 vantangst

You can listen like this:

mapInfoWindowFragment.infoWindowManager().setOnCameraMoveListener(onCameraMoveListener).

su-thiri-khit avatar Dec 09 '19 04:12 su-thiri-khit

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

dpetrov-appolica avatar Jun 18 '21 08:06 dpetrov-appolica