Bing Maps REST API - Hiding Pushpin

Alex G 1 Reputation point
2021-01-26T21:50:02.073+00:00

I just want to display a map without any visual pins, the example below will render a map with a blue pushpin, how do I get my map without showing this pin?

https://dev.virtualearth.net/REST/v1/Imagery/Map/Road/Tokyo?mapSize=128,64&key=[xxxxxx]

60600-map2.jpg

Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
246 questions
{count} votes

1 answer

Sort by: Most helpful
  1. IoTGirl 2,976 Reputation points Microsoft Employee
    2021-01-27T17:54:55.7+00:00

    The Bing Maps for Enterprise imagery REST API is documented here: https://learn.microsoft.com/en-us/bingmaps/rest-services/imagery/get-a-static-map. Your call is not using this format.

    If you are looking for an exact area, you may also want to review the direct tile option https://learn.microsoft.com/en-us/bingmaps/rest-services/directly-accessing-the-bing-maps-tiles and ask for the exact tile at the exact zoom level you want. You only need to call the REST imagery API above once for the meta data then directly pull the tiles you need from the URL provided. Note that these tile server pointers are updated regularly so you should do a fresh meta data call for each session.

    0 comments No comments