https://github.com/shaunthegeek/location-based-service-php
PHP LBS 位置服务(composer版):geocoding地理编码、反向地理编码、距离计算
https://github.com/shaunthegeek/location-based-service-php
Last synced: about 2 months ago
JSON representation
PHP LBS 位置服务(composer版):geocoding地理编码、反向地理编码、距离计算
- Host: GitHub
- URL: https://github.com/shaunthegeek/location-based-service-php
- Owner: shaunthegeek
- License: bsd-3-clause
- Created: 2014-05-23T05:44:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T09:24:50.000Z (almost 11 years ago)
- Last Synced: 2025-02-28T15:23:33.368Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
location-based-service-php
==========================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