var map = new GMap2(document.getElementById("map_canvas"));
CurCoord.prototype.setButtonStyle_ = function(button) {
return new GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(7, 7));
CurCoord.prototype.getDefaultPosition = function() {
map.openInfoWindowHtml(map.getCenter(),map.getCenter()+""+map.getZoom());
GEvent.addDomListener(curCoordDiv, "click", function() {
curCoordDiv.appendChild(document.createTextNode("Координаты"));
function createCityMarker(point, ttext, map, zoom,i_path,i_x,i_y) {
Комментариев нет:
Отправить комментарий