this sortof works, but the placemark will only appear in the
G_SATELLITE_3D_MAP
var geoXml = new GGeoXml("");
geoXml2.getKml =
function(callback) {
callback = callback || function(){};
var kml = '<Placemark><Point><coordinates> 122.01 , 37.01 </
coordinates></Point></Placemark>';
callback(kml);
};
map.addOverlay(geoXml);
--
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.