sinkcup / location-based-service-php
PHP LBS 位置服务(composer版):geocoding地理编码、反向地理编码、距离计算
0.1.0
2014-05-23 09:09 UTC
Requires
- ext-http: 1.7.*
This package is auto-updated.
Last update: 2024-11-07 04:43:31 UTC
README
PHP LBS 位置服务(composer版):geocoding地理编码、反向地理编码、距离计算
##依赖
需要先安装Composer,参考:https://getcomposer.org/download/
##安装
cd examples/
composer update
##使用
cd examples/
php demo.php
##测试
phpunit tests/
##参考资料
《Google Maps API 网络服务》https://developers.google.com/maps/documentation/webservices/
《腾讯地图WebService API》http://open.map.qq.com/webservice_v1/guide.html