ANE for opening the native Maps app and navigating on iOS 6
cn.flashj.ane.ios.OpenMap is a native extension for iOS that does one very simple thing: jump to the system’s built-in Maps app and navigate to a place.
It provides 2 methods:
openMap.routeFromSourceToDest(source, dest); navigates from source to dest.
openMap.routeToDest(dest); navigates from the current location to dest.
The source and dest parameters are both cn.flashj.ane.ios.MapItemVO, a class with three fields: latitude, longitude, and place name.
Example usage: