My requirement is as follows: My application will load only the markers in the visible area of the map, When the user pans the map, it should make an ajax call and load the markers in the changed map view.
Problem: Whenever the user pans by a small amount, it is making an ajax call. Instead, it should allow a tolerance of say 10% panning. I have worked out one solution for this, but works for only few zoom levels. ( (NElat ~ SW lat) / SWlat )*100 > 10 Such conditon is working fine at lower zoom levels. When the zoom levels are higher, the difference is very narrow and this condition fails. Please provide a solution. Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
