What is a good enough method of knowing when to go out to the server and request for annotations? i.e. knowing when the area on the screen was not yet exposed by the user?
If I have a LAT1,LON1
LAT2,LON2
specifying the screen boundaries, or maybe the screen's center as LAT,LON
, how can I know that the surface the user has moved to has never been exposed or even just a part of it?
Weird, but I can't find ideas online, Any methods would be welcome!
Thanks!