add this ...
import com.google.maps.geom.Attitude;

On Jun 20, 11:10 pm, MOLA <[email protected]> wrote:
> Thanks for the quick reply, it makes sense but I am getting errors :
>
> Call to a possibly undefined method getAttitude through a reference
> with static type com.google.maps:Map.
>
>  Appreciate the help.
>
> On Jun 20, 11:02 pm, fusionpage <[email protected]> wrote:
>
>
>
>
>
>
>
> > Try this ...
>
> > Don
>
> > private function onRotate( event : TransformGestureEvent ) : void
>
> >  {
>
> >     var att:Attitude = map.getAttitude();
>
> >   map.setAttitude(new Attitude(att.yaw+event.rotation,att.pitch,att.roll));
>
> >   }

-- 
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.

Reply via email to