@@ -21,53 +21,56 @@ provides an abstraction layer for geocoding manipulations, as well as a
21
21
powerful API.
22
22
23
23
** Geocoder** supports a lot of third-party services such as:
24
- [ FreeGeoIp ] ( http://freegeoip.net/static/index.html ) ,
25
- [ HostIp ] ( http://www.hostip.info/ ) ,
26
- [ IpInfoDB ] ( http://www.ipinfodb.com / ) ,
24
+ [ ArcGIS Online ] ( http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/ ) .
25
+ [ Bing Maps ] ( http://msdn.microsoft.com/en-us/library/ff701715.aspx ) ,
26
+ [ Geonames ] ( http://www.geonames.org / ) ,
27
27
[ Google Maps] ( http://code.google.com/apis/maps/documentation/geocoding/ ) ,
28
28
[ Google Maps for Business] ( https://developers.google.com/maps/documentation/business/webservices ) ,
29
- [ Bing Maps] ( http://msdn.microsoft.com/en-us/library/ff701715.aspx ) ,
30
- [ OpenStreetMap] ( http://nominatim.openstreetmap.org/ ) ,
31
- [ CloudMade] ( http://developers.cloudmade.com/projects/show/geocoding-http-api ) ,
32
- [ Geoip] ( http://php.net/manual/book.geoip.php ) ,
33
29
[ MapQuest] ( http://open.mapquestapi.com/ ) ,
34
- [ OIORest ] ( http ://geo.oiorest.dk /) ,
35
- [ GeoCoder.ca ] ( http://geocoder.ca / ) ,
36
- [ GeoCoder.us ] ( http://geocoder.us / ) ,
37
- [ IGN OpenLS ] ( http://www.ign.fr/ ) ,
38
- [ DataScienceToolkit ] ( http://www.datasciencetoolkit.org/ ) ,
39
- [ Yandex ] ( http://api.yandex.com.tr/maps/doc/geocoder/desc/concepts/About.xml ) ,
40
- [ GeoPlugin ] ( http://www.geoplugin.com/webservices ) ,
30
+ [ Mapzen ] ( https ://mapzen.com/documentation/search /) ,
31
+ [ OpenCage ] ( http://geocoder.opencagedata.com / ) ,
32
+ [ OpenStreetMap Nominatim ] ( http://nominatim.openstreetmap.org / ) ,
33
+ [ Yandex ] ( http://api.yandex.com.tr/maps/doc/geocoder/desc/concepts/About.xml ) and
34
+ [ TomTom ] ( http://developer.tomtom.com/docs/read/Geocoding ) , as well as IP-to-geo services such as:
35
+ [ FreeGeoIp ] ( http://freegeoip.net/static/index.html ) ,
36
+ [ Geoip ] ( http://php.net/manual/book.geoip.php ) ,
41
37
[ GeoIPs] ( http://www.geoips.com/developer/geoips-api ) ,
42
- [ MaxMind web service] ( http://dev.maxmind.com/geoip/legacy/web-services ) ,
43
- [ MaxMind binary file] ( http://dev.maxmind.com/geoip/legacy/downloadable ) ,
44
- [ Geonames] ( http://www.geonames.org/ ) ,
45
- [ IpGeoBase] ( http://ipgeobase.ru/ ) ,
46
- [ Baidu] ( http://developer.baidu.com/map/geocoding-api.htm ) ,
47
- [ TomTom] ( http://developer.tomtom.com/docs/read/Geocoding ) ,
48
- and
49
- [ ArcGIS Online] ( http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/ ) .
38
+ [ GeoIP2] ( https://www.maxmind.com/en/geoip2-databases ) ,
39
+ [ GeoPlugin] ( http://www.geoplugin.com/webservices ) ,
40
+ [ HostIp] ( http://www.hostip.info/ ) ,
41
+ [ IpInfoDB] ( http://www.ipinfodb.com/ ) ,
42
+ [ MaxMind web service] ( http://dev.maxmind.com/geoip/legacy/web-services ) and
43
+ [ MaxMind binary file] ( http://dev.maxmind.com/geoip/legacy/downloadable )
50
44
45
+ The ** [ Geocoder Extra] ( https://github.com/geocoder-php/geocoder-extra ) ** project also provides support for other third-party services including:
46
+ [ Baidu] ( http://developer.baidu.com/map/geocoding-api.htm ) ,
47
+ [ DataScienceToolkit] ( http://www.datasciencetoolkit.org/ ) ,
48
+ [ Geocoder.ca] ( http://geocoder.ca/ ) ,
49
+ [ Geocoder.us] ( http://geocoder.us/ ) ,
50
+ [ Geocodio] ( http://geocod.io/ ) ,
51
+ [ Here] ( http://developer.here.com/rest-apis/documentation/geocoder/topics/overview.html ) ,
52
+ [ IGN OpenLS] ( http://api.ign.fr/accueil ) ,
53
+ [ ip2c] ( http://about.ip2c.org/ ) ,
54
+ [ IpGeoBase] ( http://ipgeobase.ru/ ) ,
55
+ [ IpInfo] ( http://ipinfo.io/developers ) ,
56
+ [ Naver] ( http://developer.naver.com/wiki/pages/SrchAPI ) ,
57
+ [ OGD Vienna] ( https://open.wien.at/site/datensatz/?id=c223b93a-2634-4f06-ac73-8709b9e16888 ) ,
58
+ [ OIORest] ( http://geo.oiorest.dk/ ) and
59
+ [ what3words] ( https://docs.what3words.com/api/v2/ )
51
60
52
61
Documentation
53
62
-------------
54
63
55
64
Here are the links to the official and complete documentation pages:
56
65
57
- * [ Geocoder documentation] ({{ site.url }}Geocoder)
66
+ * [ Geocoder documentation] ({{ site.url }}Geocoder)
58
67
* [ GeocodableBehavior documentation (Propel)] ({{ site.url }}GeocodableBehavior)
59
68
* [ GeocoderBundle documentation (Symfony2)] ({{ site.url }}BazingaGeocoderBundle)
60
69
* [ StackGeoIp documentation (Stack Middleware)] ({{ site.url }}StackGeoIp)
61
70
* [ GeocoderServiceProvider documentation (Silex)] ({{ site.url }}GeocoderServiceProvider)
62
71
* [ GeocoderLaravel documentation (Laravel 4)] ({{ site.url }}GeocoderLaravel)
63
72
64
73
65
- Cookbook
66
- --------
67
-
68
- In this cookbook, you will find specific solutions for specific needs.
69
-
70
-
71
74
License
72
75
-------
73
76
0 commit comments