@geoapify/geocoder-autocomplete
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@geoapify/geocoder-autocomplete", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Geocoder autocomplete field", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Geoapify Geocoder Autocomplete | ||
Geoapify Geocoder Autocomplete is a JavaScript(TypeScript) library that provides autocomplete functionality for the [Geoapify Geocoding API](https://www.geoapify.com/api/geocoding-api/): | ||
Geoapify Geocoder Autocomplete is a JavaScript(TypeScript) library that provides autocomplete functionality for the [Geoapify Geocoding API](https://www.geoapify.com/geocoding-api/): | ||
* adds an input field to a given container; | ||
@@ -8,3 +8,3 @@ * makes calls to Geocoding API on user input; | ||
* makes a call to Place Details API to get more information and geometry on user selection if is not skipped; | ||
* notifies on selection change. Returns [Geocoding API](https://apidocs.geoapify.com/docs/geocoding/api/api) object or [Place Details API object](https://apidocs.geoapify.com/docs/place-details/feature/details-feature) depending on options set. | ||
* notifies on selection change. Returns [Geocoding API](https://apidocs.geoapify.com/docs/geocoding/api/) object or [Place Details API object](https://apidocs.geoapify.com/docs/place-details/feature) depending on options set. | ||
@@ -27,3 +27,3 @@ The library makes a call to [Geoapify Place Details API](https://apidocs.geoapify.com/docs/place-details) on user select events. The API lets to get detailed information about the place selected as well as place category and place geometry (building polygon or region boundary). Note, that the Place Details API call costs an additional 'geocoding & places' request. Use the `skipDetails` option to switch the functionality off. | ||
Register and get an API key for Free on [myprojects.geoapify.com](https://myprojects.geoapify.com/). | ||
Geoapify has a [Freemium pricing model](https://www.geoapify.com/api-pricing/). You can start for Free and extend when you need it. | ||
Geoapify has a [Freemium pricing model](https://www.geoapify.com/pricing/). You can start for Free and extend when you need it. | ||
@@ -30,0 +30,0 @@ ##### STEP 1. Install the Geocoder Autocomplete package |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104353