You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="http://code.google.com/apis/maps/documentation/geocoding/">Google Maps</a> as Address-Based geocoding and reverse geocoding provider;</li>
72
72
<li>
73
+
<ahref="https://developers.google.com/maps/documentation/business/webservices">Google Maps for Business</a> as Address-Based geocoding and reverse geocoding provider;</li>
74
+
<li>
73
75
<ahref="http://msdn.microsoft.com/en-us/library/ff701715.aspx">Bing Maps</a> as Address-Based geocoding and reverse geocoding provider;</li>
74
76
<li>
75
77
<ahref="http://nominatim.openstreetmap.org/">OpenStreetMaps</a> as Address-Based geocoding and reverse geocoding provider;</li>
@@ -82,7 +84,7 @@ <h3>HttpAdapters</h3>
82
84
<li>
83
85
<ahref="http://open.mapquestapi.com/">MapQuest</a> as Address-Based geocoding and reverse geocoding provider;</li>
84
86
<li>
85
-
<ahref="http://geo.oiorest.dk/">OIORest</a> as very accurate Address-Based geocoding provider (exclusively in Denmark);</li>
87
+
<ahref="http://geo.oiorest.dk/">OIORest</a> as very accurate Address-Based geocoding and reverse geocoding provider (exclusively in Denmark);</li>
86
88
<li>
87
89
<ahref="http://geocoder.ca/">GeoCoder.ca</a> as Address-Based geocoding and reverse geocoding provider (exclusively in USA & Canada);</li>
88
90
<li>
@@ -94,9 +96,11 @@ <h3>HttpAdapters</h3>
94
96
<li>
95
97
<ahref="http://api.yandex.com.tr/maps/doc/geocoder/desc/concepts/About.xml">Yandex</a> as Address-Based geocoding and reverse geocoding provider;</li>
96
98
<li>
97
-
<ahref="http://www.geoplugin.com/webservices">GeoPlugin</a> as IP-Based geocoding providers;</li>
99
+
<ahref="http://www.geoplugin.com/webservices">GeoPlugin</a> as IP-Based geocoding provider;</li>
100
+
<li>
101
+
<ahref="http://www.geoips.com/developer/geoips-api">GeoIPs</a> as IP-Based geocoding provider;</li>
98
102
<li>
99
-
<ahref="http://www.geoips.com/developer/geoips-api">GeoIPs</a> as IP-Based geocoding providers.</li>
103
+
<ahref="http://dev.maxmind.com/geoip/web-services">MaxMind web service</a> as IP-Based geocoding provider.</li>
100
104
</ul><h2>Installation</h2>
101
105
102
106
<p>The recommended way to install Geocoder is through composer.</p>
<spanclass="nv">$result</span><spanclass="o">=</span><spanclass="nv">$geocoder</span><spanclass="o">-></span><spanclass="na">geocode</span><spanclass="p">(</span><spanclass="s1">'10 rue Gambetta, Paris, France'</span><spanclass="p">);</span>
0 commit comments