https://github.com/jguadagno/kendo-autocomplete-azure-maps-search
https://github.com/jguadagno/kendo-autocomplete-azure-maps-search
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jguadagno/kendo-autocomplete-azure-maps-search
- Owner: jguadagno
- Created: 2021-03-25T02:26:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T15:38:58.000Z (about 4 years ago)
- Last Synced: 2024-10-19T01:18:06.228Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sample Code for Blog Post
This is the sample code for the [Creating a Search Suggestion widget using Azure Maps Search Service and KendoUI Autocomplete](https://www.josephguadagno.net/2021/03/27/creating-a-search-suggestion-widget-using-azur-maps-search-service-and-kendoui-autocomplete.) blog post.
For this sample to work, you will need to
* Get a [Azure Maps Client id](https://docs.microsoft.com/en-us/azure/azure-maps/quick-demo-map-app#get-the-primary-key-for-your-account).
* Create a file called `azurekey.js`
* Add the following code to file```javascript
const azureKey = "` with your Azure Maps Client id.