Download the PHP package rezzza/google-geocoder without Composer
On this page you can find all versions of the php package rezzza/google-geocoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rezzza/google-geocoder
More information about rezzza/google-geocoder
Files in rezzza/google-geocoder
Download rezzza/google-geocoder
More information about rezzza/google-geocoder
Files in rezzza/google-geocoder
Vendor rezzza
Package google-geocoder
Short Description Easy wrap Google geocoder web service
License MIT
Homepage https://github.com/rezzza/google-geocoder
Package google-geocoder
Short Description Easy wrap Google geocoder web service
License MIT
Homepage https://github.com/rezzza/google-geocoder
Please rate this library. Is it a good library?
Informations about the package google-geocoder
google-geocoder
Simple lib to wrap Google geocoder Web Service
Installation
Usage
You should build on your own the repository :
Then you can use all methods available in the repository :
findByPlaceIdWithLanguage($placeId, $language)
findByCoordinatesWithLanguage($latitude, $longitude, $language)
findByAddressWithLanguage($address, $language)
findByLocalityAndCountryCodeWithLanguage($locality, $countryCode, $language)
findByLocalityAndCountryCodeAndAministrativeAreaWithLanguage($locality, $countryCode, $administrativeArea, $language)
All these methods will return a Rezzza\GoogleGeocoder\Model\AddressCollection
except the first one that will return directly a Rezzza\GoogleGeocoder\Model\Address
(as a placeId is uniq).
All versions of google-geocoder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
egeloen/http-adapter Version ~1.0
jakeasmith/http_build_url Version ^1.0
egeloen/http-adapter Version ~1.0
jakeasmith/http_build_url Version ^1.0
The package rezzza/google-geocoder contains the following files
Loading the files please wait ....