Home > Backend Development > PHP Tutorial > 如果做地理位置实时上传?

如果做地理位置实时上传?

WBOY
Release: 2016-06-06 20:20:20
Original
1410 people have browsed it

想做了一个地理位置实时上传的应用,或者说是手机有动作的时候上传地理位置信息,这个HTML5可以做到吗?求大神给点思路哇。

回复内容:

想做了一个地理位置实时上传的应用,或者说是手机有动作的时候上传地理位置信息,这个HTML5可以做到吗?求大神给点思路哇。

html5 可以通过 geolocation 获得用户的地理位置,不过现实中经常会获取位置失败,而且耗时较长。目前很难用于大规模应用中。

高德地图有定位API,DEMO:http://lbs.amap.com/getting-started/locate/

建议使用高德地图而不是百度地图是由于其与腾讯坐标体系是一致的,而百度地图是自创的一套坐标体系。

微信公众号可以使用JSSDK获取地理位置接口 获取:
http://mp.weixin.qq.com/wiki/11/74ad127cc054f6b80759c40f77ec03db.html#.E8.8E.B7.E5.8F.96.E5.9C.B0.E7.90.86.E4.BD.8D.E7.BD.AE.E6.8E.A5.E5.8F.A3

演示DEMO:http://203.195.235.76/jssdk/

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template