function moveIt(object) {
centerLng = centerLng - 1;
map.setCenter(new GLatLng(centerLat, centerLng), 2);
t = setTimeout("moveIt(map)", 50);
}
Call moveIt() from your onLoad function.
On Nov 30, 9:59 am, kingmac <[email protected]> wrote:
> My goal is to make google map api, scroll on load continually as if
> the world is moving.
> Direction makes no differences my goal simply is to make the map move
> on load
>
> Thanks
--
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.