UI Deploy

Curated, Short, Web UI Dev we Love.

Use Bing Maps REST Services with jQuery to build an autocomplete box and find a location dynamically

In this article we will discover how to build an autocomplete box with Bing Maps REST Services by using only HTML, JSON and jQuery.

Bing Maps REST Services allows us to perform tasks such as creating a map with pushpins, geocoding an address, retrieving imagery metadata, or creating a route.

Here we will learn to use the Locations API of Bing Maps REST Services to build an autocomplete box with jQuery. To be able to reach Bing Maps services, you will need a Bing Maps key. Just go to the Bing Maps Account Center to get one.

view source

Advertisement