Hi there, i think it is easy to set, but i can't find the method or the
property that enable labels in satellite maps.
Now i can't see the rutes for example, but in google maps - satellite, there
is a checkbox that "enable/disable labels"
i don't know how to do it programatically.
With the "shiw labels" chacked you can see rutes, and his numbers, i want to
do it programatically.
Anyone knows??
there is a beer for the winner! :)
thanks a lot!
NM
***here the code*****
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(-38.940500,-68.012500), 16);
var point = new GLatLng(-38.938200,-68.013500);
map.addOverlay(new GMarker(point));
map.setMapType(G_SATELLITE_MAP);
}
}
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.