English 中文(简体)
无法在Piter使用排线和长处的地址
原标题:Not able to get address using lat and long in iPhone
  • 时间:2009-11-07 13:29:53
  •  标签:

请帮助我找到用户的纬度/高度位置。 我尝试了许多事情,但我无法解决这一问题。 如果有任何想法,请帮助我。

请作简短解释。

问题回答

我在浏览器(不是本土应用)中假定你,因为你把这个问题当作 j。 您通过发出一致呼吁:

//Function that does something once the device has a location
//May be called repeatedly
function handler(location) {
  var longitude = location.coords.longitude;
  var latitude = location.coords.latitude;
  var accuracy = location.coords.accuracy

  //Do something with them
}

//Register the handler and tell the phone to start finding a location
navigator.geolocation.getCurrentPosition(handler);

它是超文本5地位结构的一部分,有一份草案





相关问题
热门标签