flyTo in JS

105 views
Skip to first unread message

Booie

unread,
Sep 8, 2011, 8:30:51 AM9/8/11
to google-map...@googlegroups.com
Is there a way or has anyone implemented the Flash method FlyTo avaiable with 3dMaps for Javascript?  The method essentially provides an animated zoom and pan (at the same time) to a given zoom level and latlng.  Obviously the attitude parameter is irrelevant in the non 3d environment.   Im mainly looking for the animated smooth zoom and pan.

flyTo(center:LatLng, zoom?:Number, attitude?:Attitude, duration?:Number):
 
In other words, I'm wondering what the js equivalent of this would be?

Nianwei Liu

unread,
Sep 9, 2011, 7:23:25 AM9/9/11
to Google Maps JavaScript API v3
Not directly answering your question, but this example is written
entirely in JavaScript , without flash builder etc.

It's implemented via JS/Flash bridge of Flash API.

http://mapbridge.googlecode.com/svn/trunk/examples/Map3DFlyTo.html

Unfortunately flash API is been deprecated.



On Sep 8, 8:30 am, Booie <mrbo...@gmail.com> wrote:
> Is there a way or has anyone implemented the Flash method FlyTo avaiable
> with 3dMaps for Javascript?  The method essentially provides an animated
> zoom and pan (at the same time) to a given zoom level and latlng.  Obviously
> the attitude parameter is irrelevant in the non 3d environment.   Im mainly
> looking for the animated smooth zoom and pan.
>
> flyTo(center:LatLng, zoom?:Number, attitude?:Attitude, duration?:Number):
> <http://code.google.com/apis/maps/documentation/flash/reference.html#M...>

Booie

unread,
Sep 14, 2011, 8:43:05 AM9/14/11
to google-map...@googlegroups.com
Yea, I have a similar implementation my self, but given the deprecation of flash api, I need to think about moving over at some point.  I'm just looking for that animated pan & zoom effect that flash3dmap gives with the flyto method.
Reply all
Reply to author
Forward
0 new messages