>Can someone point me in the right direction as to where to > begin, or if this is feasible?
you can query if a point is within the map bounds using the contains method: http://code.google.com/apis/maps/documentation/javascript/reference.h... from there it is up to you what to do with that information. Generally speaking, a good place to begin is to make a map and go as far as you can and then post here (with a link to your map) if you are having problems here is a simple example that checks to see if the marker is within the map bounds after the map has been dragged or zoomed, and resets the marker position if not: http://www.xelawho.com/map/markermove.htm -- 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.
