随笔分类 - google
摘要:参考地址:http://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/examples/index.html<!DOCTYPE html><html><head><meta name="viewport" content="initial-scale=1.0, user-scalable=no"/><meta http-equiv="content-type" content="text/htm
阅读全文
摘要:参考地址:http://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/examples/marker-simple.html<!DOCTYPE html><html><head><meta name="viewport" content="initial-scale=1.0, user-scalable=no" /><meta http-equiv="content-type" content="
阅读全文
摘要:http://code.google.com/p/goog-maps-demo/source/browse/trunk/examples/Map/fitBounds.html?r=6http://www.tongmap.cn/code/webgis3.0--API/symbols/sic.LatLngBounds.html1 var geocoder = new google.maps.Geocoder(); //地图搜索对象geocoder.geocode( { 'address': address, 'bounds': bounds}, function(r
阅读全文
摘要:google map 地图if(typeof GoogleMap === 'undefined'){var GoogleMap = {};}(function(){if (!document.getElementById("fgmap")) {return false;}else {// 是否可创建Google地图控件var isCompatible = new GBrowserIsCompatible();if (isCompatible) {var mapContainer = document.getElementById("fgmap&qu
阅读全文
摘要:api参考地址:http://www.codechina.org/doc/google/gmapapi/http://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/basics.htmlhttp://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/demogallery.html谷歌地图基础:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
阅读全文