Exactly thats where it comes in picture. The library doesnt use the
flash version. Instead it uses the MapView component that comes in
MapKit framework in cocoa library for iOS . See this :
https://developer.apple.com/library/ios/#documentation/MapKit/Reference/MapKit_Framework_Reference/_index.html

The native applications on iOS also use this view to show Maps on
their application. So this ActionScript library provided in form of
Native extension (http://www.adobe.com/devnet/air/articles/extending-
air.html) will allow AIR developers to use Google Maps in their
Applications without any dependency on the Flash APIs that are going
to be deprecated. This AS library will use the Obj-C functions in the
back.

Thanks,
Meet

On Feb 6, 2:27 pm, Daniel <dan...@vindamedia.com> wrote:
> The API is going away very soon since it was depreciated a while ago so
> making any thing that uses it would be useless.
>  On Feb 5, 2012 3:02 PM, "meet" <shahme...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hello All,
>
> > There were a few limitations on using the Google maps component in
> > Adobe AIR applications on iOS due to restrictions on swf loading. The
> > stageWebView approach was always there but quite complex to display a
> > map !!
>
> > Considering the problems, and with new feature called Native Extension
> > in AIR 3.0 which lets you use native functionalities, I have created a
> > Native Extension to display Google Maps in any AIR application on iOS.
> > The source and binaries can be found at
> >http://code.google.com/p/air-maps-ane/.
> > Its very simple to use. I have tried to keep the API set very similar
> > to the one google provides so that not much change is required in our
> > existing code. Right now it is available only on iOS and has limited
> > functionalities but I intend to add more features gradually.
>
> > Do try it out and let me know in case of any issues.
>
> > Thanks,
> > Meet
>
> > --
> > 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
> > google-maps-api-for-flash@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-maps-api-for-flash+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-maps-api-for-flash?hl=en.

-- 
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 google-maps-api-for-flash@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-api-for-flash+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to