Setting Default Map
is there a simple way to initialize the map using the google road map rather than the microsoft map? is it the setProvider method? also, I'm using the AS3 version
Thanks!
Thanks!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?hi, you can do this with the Map constructor.
map = new Map(stage.stageWidth - 2 * PADDING
, stage.stageHeight - 2 * PADDING
, true
, new GoogleRoadMapProvider()
);
Loading Profile...



