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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api-for-flash/-/YkGQQHZ0KjgJ.
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