Thank you for the amazing project.
Using compile 'com.google.maps.android:android-maps-utils:0.4.3' does not provide yet the new camera listeners. How could I use them? I have tried jitpack.io but it did not worked either.
Thank you in advance.
I had the same problem and I think I cracked it.. try this:
map.setOnCameraIdleListener(new GoogleMap.OnCameraIdleListener()
{
@Override
public void onCameraIdle()
{
clusterManager.onCameraChange(map.getCameraPosition());
}
});
That's one of the examples that is working for me :)
Just to be clear, the new listeners have been added to the code base, but we're yet to push a new release, which will happen soon.
Thanks @stephenmcd, looking forward to the release. Cheers!
Thanks @stephenmcd.
Just released 0.4.4
Most helpful comment
Just released 0.4.4