Hi, I"m trying to set limits to the map view so the user won't be able to pan it cyclic. (when panning to the right, instead of the map will cycle, I want it to stop).
is it possible?
Ori
Hi, I"m trying to set limits to the map view so the user won't be able to pan it cyclic. (when panning to the right, instead of the map will cycle, I want it to stop).
is it possible?
Ori
See this tutorial for v2: http://econym.org.uk/gmap/range.htm - basically, you add a listener for the move event, and abort the move if it goes outside the range. This should be applicable in v3 as well.