how to use 3D map Actionscript class in mxml file for display map.
- by nemade-vipin
hello friends,
I have created the application in which I have to use 3D map Action Script class in mxml file to display a map in form. that is in tab navigator last tab.
My ActionScript 3D map class is(FlyingDirections):-
package src.SBTSCoreObject
{
import src.SBTSCoreObject.JSONDecoder;
import com.google.maps.InfoWindowOptions;
import…