google-geocoder:适用于Google GeocoderPHP库

时间:2024-06-04 05:05:41
【文件属性】:

文件名称:google-geocoder:适用于Google GeocoderPHP库

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-04 05:05:41

PHP

谷歌地理编码器 适用于Google GeocoderPHP库 ## Installation将此行添加到您composer.json "arunpoudel/php-google-geocoder" : "dev-master" 或运行 composer require arunpoudel/php-google-geocoder ##使用方法 <?php require_once 'vendor/autoload.php' ; $ geoCoder = new GoogleGeoCoder \ GeoCoder ( 'YourKeyGoesHere' ); $ geoCoder -> lookup ([ 'address' => 'Lagerveien 9, Stavanger' ])-> then ( function ( $ geoCollection ) {


【文件预览】:
google-geocoder-master
----phpspec.yml(111B)
----.coveralls.yml(120B)
----src()
--------GeoLocation.php(1KB)
--------Factory.php(217B)
--------GeoCoder.php(4KB)
--------GeoCollection.php(861B)
----spec()
--------GoogleGeoCoder()
----.travis.yml(469B)
----LICENSE(1KB)
----composer.lock(58KB)
----README.md(946B)
----.gitignore(35B)
----composer.json(574B)

网友评论