我想得到来自经纬度的用户的城市,州,邮政编码。我学习了一些关于google map反向地理编码API的教程,但是它有时会返回2到3长度的数组&长度为6到8。所以我无法精确地知道在哪个索引中可以找到城市、州和邮政编码。下面是我获取用户经纬度的代码。
var longitude,latitude;
if(navigator.geolocation){
navigator.geolocation.getCurrentPosition(showPosition);
} else {
console.log("Geolocation is not suppo
我在试着在县地图上添加城市。经度和经度在全尺寸地图(罗马尼亚水平)上绘制正确,但在县地图上绘制错误。我想我应该重新调整地图或城市的经纬度,我不知道...我应该如何根据城市的经纬度生成县地图?
代码如下所示:
var map;
AmCharts.ready(function() {
map = new AmCharts.AmMap();
map.pathToImages = "http://www.ammap.com/lib/images/";
//map.panEventsEnabled = true; // this line enables