> This works really good for some zoom levels - I can move around - cross the
> dateline and I'll always get the right results. But when I really zoom out
> like in the image that I've attached in my first post - you can see that we
> have 2 datelines. My query should actually search for results between  0
> and +180 and between -180 and 0 - since we see the whole world.

You'll have to detect this artificial condition,and code for what you
want.  You might test the zoom level, or probably better, see if the
span of the map is greater than 360.  If it is, then any bounds values
are ambiguous.  But a simple forced -180 to +180 query will return
relevant results.  You could do this client-side.  You might need to
think about something similar for latitudes too.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to