How to use the Google maps Idle event?

Disco

Member
Licensed User
Longtime User
I'm using the Google Maps library for B4A and I'm wondering if it has the "Idle" event? I can't seem to find it in the documentation if it does.

I tried using the "CameraChange" event but it fires several times when zooming in and out.

The "Idle" would be much better as it waits until all of the moving/zooming has been completed before firing. I use it for the web version of my app.

Many thanks!
:)
 

Disco

Member
Licensed User
Longtime User
Hmm.. that may work.

I see what you mean about the "Idle" event, that is for v3. How about the "tilesloaded" event? That is in v2. How would I go about using that?

Thanks again :)
 
Upvote 0
Top