> My current test case crosses the date line, but as far as I can tell, > there's no way to detect it since the longitudes returned are -172.09 > and 73.7. This could be a perfectly valid, almost-fully-zoomed-out > view of the map, or it could be the date-line case I am seeing.
You need to know which is the 'west' bound and which is the east. GBounds knows. Then you test to see if west is numerically bigger than east. If it is, you execute the dateline query, if it isn't you execute a normal query. Explained in the links referred to earlier. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
