Skip to content

Commit

Permalink
docs: fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
spurreiter committed Nov 4, 2024
1 parent 758d06c commit ee4b0d8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@ Features:
## supported providers

| Provider | forward | reverse | ip | Notes |
| ----------------------------------------------------------------------------------------------- | :-----: | :-----: | :: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ArcGisGeocoder](https://developers.arcgis.com/documentation/mapping-apis-and-services/search/) |||| |
| [BingMapsGeocoder](https://docs.microsoft.com/en-us/bingmaps/rest-services/locations) |||| results are in English only |
| [GoogleGeocoder](https://developers.google.com/maps/documentation/geocoding/overview) |||| |
| [GeocodioGeocoder](https://www.geocod.io/docs/) |||| results are in English only; Country must be part of query, otherwise fallback to US; [Only US and major cities in CA supported](https://www.geocod.io/coverage/) |
| [HereGeocoder](https://developer.here.com/) |||| |
| [IpStackGeocoder](https://ipstack.com/) |||| |
| [LocationIqGeocoder](https://locationiq.com/docs) |||| |
| [GeoLite2Geocoder](https://dev.maxmind.com/geoip/geoip2/geolite2/) |||| Local GeoLite2 provider or MaxMind API. Output as of [@maxmind/geoip2-node](https://www.npmjs.com/package/@maxmind/geoip2-node) |
| [MapBoxGeocoder](https://docs.mapbox.com/) |||| |
| [MapQuestGeocoder](https://developer.mapquest.com/documentation/geocoding-api) |||| open-data and licensed versions are supported |
| [OpenCageGeocoder](https://opencagedata.com/) |||| |
| [OpendataFranceGeocoder](https://geo.api.gouv.fr/adresse) |||| France only |
| [OpenMapQuest](https://developer.mapquest.com/documentation/open/nominatim-search/) |||| Search Results based on OSM |
| [OsmGeocoder](https://nominatim.org/release-docs/develop/) |||| Searches nominatim.org |
| [PeliasGeocoder](https://github.com/pelias/documentation/blob/master/README.md) |||| Local or [Geocode.earth](https://geocode.earth/docs) |
| [PickpointGeocoder](https://pickpoint.io/api-reference) |||| Search Results based on OSM |
| [TomTomGeocoder](https://developer.tomtom.com/) |||| |
| [YandexGeocoder](https://yandex.com/dev/maps/geocoder/) |||| |
| ----------------------------------------------------------------------------------------------- | :-----: | :-----: | :-: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ArcGisGeocoder](https://developers.arcgis.com/documentation/mapping-apis-and-services/search/) | ||| |
| [BingMapsGeocoder](https://docs.microsoft.com/en-us/bingmaps/rest-services/locations) | ||| results are in English only |
| [GoogleGeocoder](https://developers.google.com/maps/documentation/geocoding/overview) | ||| |
| [GeocodioGeocoder](https://www.geocod.io/docs/) | ||| results are in English only; Country must be part of query, otherwise fallback to US; [Only US and major cities in CA supported](https://www.geocod.io/coverage/) |
| [HereGeocoder](https://developer.here.com/) | ||| |
| [IpStackGeocoder](https://ipstack.com/) | ||| |
| [LocationIqGeocoder](https://locationiq.com/docs) | ||| |
| [GeoLite2Geocoder](https://dev.maxmind.com/geoip/geoip2/geolite2/) | ||| Local GeoLite2 provider or MaxMind API. Output as of [@maxmind/geoip2-node](https://www.npmjs.com/package/@maxmind/geoip2-node) |
| [MapBoxGeocoder](https://docs.mapbox.com/) | ||| |
| [MapQuestGeocoder](https://developer.mapquest.com/documentation/geocoding-api) | ||| open-data and licensed versions are supported |
| [OpenCageGeocoder](https://opencagedata.com/) | ||| |
| [OpendataFranceGeocoder](https://geo.api.gouv.fr/adresse) | ||| France only |
| [OpenMapQuest](https://developer.mapquest.com/documentation/open/nominatim-search/) | ||| Search Results based on OSM |
| [OsmGeocoder](https://nominatim.org/release-docs/develop/) | ||| Searches nominatim.org |
| [PeliasGeocoder](https://github.com/pelias/documentation/blob/master/README.md) | ||| Local or [Geocode.earth](https://geocode.earth/docs) |
| [PickpointGeocoder](https://pickpoint.io/api-reference) | ||| Search Results based on OSM |
| [TomTomGeocoder](https://developer.tomtom.com/) | ||| |
| [YandexGeocoder](https://yandex.com/dev/maps/geocoder/) | ||| |

## usage

Expand Down

0 comments on commit ee4b0d8

Please sign in to comment.