Google)
精确性:
Baidu BMap提供小数点后六位的精度,如:天安门(116.397128, 39.916527);
Google google.maps则提供小数点后14位的精度,如:纽约...// new Map
var point = new BMap.Point(116.397128, 39.916527); // Location, (经度..., 纬度)
map.centerAndZoom(point, 15); // show Map
// 添加缩放功能
map.enableScrollWheelZoom...initialize() {
var point = new google.maps.LatLng(39.916527, 116.397128); // location, (纬度..., 经度)
var option = {
zoom: 12,
center: point,
mapTypeId: