Bing Maps V8 Web Control: How to enable landmarks (Shopping centers, hotels, restaurants, etc)

Pratik Mayekar 6 Reputation points
2021-07-30T05:32:47.897+00:00

I want to display all the nearby landmarks such as shopping centers, restaurants, hotels, petrol pumps, etc. on the map created using Bing Maps V8 Web Control like how https://www.bing.com/maps/ shows. But I cannot find a configuration or setting to enable it.

This is how I want my map to look (from bing.com/maps) with all the landmarks:
119247-bingmaps-online-appearance-with-landmarks.jpg

This is how it currently looks when I render the default map using Bing Maps V8 Web Control:
119199-bingmaps-api-appearance-no-landmarks.jpg

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
837 questions
Windows for home | Windows 11 | Apps
{count} vote

3 answers

Sort by: Most helpful
  1. IoTGirl 3,696 Reputation points Microsoft Employee Moderator
    2021-08-01T23:33:11.707+00:00

    Hello pratikmayekar-1214,

    You are not comparing equivalent items.

    1. Bing.com/maps is a Maps experience built but the Bing Team. The Business data you see on that maps is an overlay done by the Bing Places team for the Bing.com experience
    2. Microsoft.com/maps is the API set for Bing Maps for Enterprise. While it is the map behind the experience in point 1, it does not have the Bing Places data. It does have POI like mountains and parks but not business details such as hours and websites.

    You do have the option to build such an experience yourself, the following links show how to access business data:

    Bing Maps
    https://learn.microsoft.com/en-us/bingmaps/spatial-data-services/public-data-sources/pointsofinterest
    https://learn.microsoft.com/en-us/bingmaps/spatial-data-services/public-data-sources/poi-entity-types
    https://www.microsoft.com/en-us/maps/local-search

    Azure Maps:
    https://learn.microsoft.com/en-us/azure/azure-maps/tutorial-search-location
    https://learn.microsoft.com/en-us/rest/api/maps/search/get-search-poi

    Sincerely,
    IoTGirl

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

  3. IoTGirl 3,696 Reputation points Microsoft Employee Moderator
    2025-03-30T17:23:04.1733333+00:00

    Hello Folks,

    We have announced the unification of Bing Maps for enterprise with Azure Maps (https://blogs.bing.com/maps/2024-05/Microsoft-Announces-Vision-for-Next-Generation-of-Enterprise-Maps) so our recommendation for a scenario like this is to look at Samples.AzureMaps.com such as https://samples.azuremaps.com/?search=POI&sample=get-nearest-pois-to-a-set-of-addresses or https://samples.azuremaps.com/?search=POI&sample=load-pois-as-the-map-moves.

    Sincerely,

    IoTGirl

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.