Advanced Flash Components
Search!
Search!
Home >  Knowledge Base >  G Map >  Start with Satellite view?
Start with Satellite view?
Date: Apr 23, 2007   Views: 3215  
Question:
How to start with satellite view ? I don't want to start with normal map view. Is it possible?
Answer:

andreit (Admin)
Yes, it is possible. You need to set the map type to satellite via the ActionScript. Add the following code to the first frame of your movie:

myMap.setMapType("satellite");

Please note that myMap is the instance name of the G Map component.
Component Info