Have you tried to use the map.panBy method ?
It should be fairly simple, for example :
function leftBtn_clicked(e:MouseEvent):void{
map.panBy(new Point(-10, 0));
}
For other direction buttons, just change the variables in the Point
constructor.
On Jan 18, 9:16 pm, Fred <[email protected]> wrote:
> Hello, I'm a french developper and i'm stopped by a problem.
>
> I search the same function that "panDirection" of API V2 for API V3
> for flash.
>
> I would like that when to clic on a button, my map moved on left, on
> right, on top, on bottom.
>
> Thanks
>
> Fred
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-for-flash?hl=en.