You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the draw event when every feature of the vector tile is drawn. For example when I move the map, the points that are shown on the map fire a draw event so I can get their details. How is it possible in Carto?
Thanks
The text was updated successfully, but these errors were encountered:
Hi. There is no such event. What you can perhaps do, is to register your custom MapEventListener instance, monitor onMapInteraction events and then based on the view parameters, query relevant tiles using VectorTileSearchService. This querying should be done in a background thread.
Hello
I want to get the draw event when every feature of the vector tile is drawn. For example when I move the map, the points that are shown on the map fire a draw event so I can get their details. How is it possible in Carto?
Thanks
The text was updated successfully, but these errors were encountered: