Get the nearest POIs to a set of addresses
This sample shows how to make multiple parallel requests to the address search service to geocode a set of addresses. This method generates a high number of queries per second and only recommended when working with a small set of addresses for other methods please refer to
the batch search API documentation
. Based on the addresses it loads points of interest data on the map that are nearest to those locations. Based on the classification code (category), a different color is used to render the point of interest. The search service returns up to 100 results, but more can be retrieved by paging through the results offset parameter.