i am implementing google map related application in mobile flex project
map.setOptions({mapTypeControlOptions: {
style:google.maps.MapTypeControlStyle.DROPDOWN_MENU
}
} );
this is the code for webproject
in my app script file i am import this package com.google.maps.MapTypeOptions; how can set the maptype drop down menu in mobile flex project using google maps in my script mxml file
please forward some suggestion
Thank in advance
Narasimha