Easy way of doing this :

function panTheGoogleMapUp()
{
map.panBy(0,-100);
}
function panTheGoogleMapDown()
{
map.panBy(0,100);
}
function panTheGoogleMapLeft()
{
map.panBy(-100,0);
}
function panTheGoogleMapRight()
{
map.panBy(100,0);
}



Den mandag den 17. oktober 2005 12.23.52 UTC+2 skrev [email protected]:
>
> Hi All,
>
> I need to create my own version of the zoom & pan buttons,  I cant find
> out what actually gets called when I click on buttons pan buttons
> though, does anyone know this ?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api/-/QtVpxj_C0jMJ.
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.

Reply via email to