|
Ok, I figured it out. Just incase anybody looking for the answer stumbles across this thread:
In order to use the google satellite maps you have to set the map type using javascript. SetMapType is a javascript method of the GMap2 class.
Here is the code:
map.setMapType(G_SATELLITE_MAP);
Make sure you put it after the setCenter method otherwise it will not work.
__________________
ICQ# 314-721-978
|