0

Is there a way to check the visibility of an OverlayItem? So all I want to know is, if a overlay Item is shown on the map or already outside of the projection.

I'm afraid using the bounding box method of my original object which is represented by the overlay is a bit slow and since the MapView is doing this anyway... (like hereHow can I determine if a geopoint is displayed in currently viewable area?)

Hopefully someone knows an answer.

Regards, Tobias

Community
  • 1
  • 1
Tobias Reich
  • 4,952
  • 3
  • 47
  • 90

1 Answers1

0

I believe the best approach is the one you're already using (linking to). Perhaps you could look into ways to optimize the speed of it or reduce the amount of overlays you're using?

Warpzit
  • 27,966
  • 19
  • 103
  • 155