Forum Discussion
Display map from SharePoint List
A simple way would be to create a SharePoint content page with two connected webparts on it.
One is a list webpart with your datarows and the other is the embed-webpart.
Connect both webparts and configure the list Webparts to send data to the embed webpart.
Configure the embed webpart to use a bing static map with the parameters from your list.
If you now select an item in your list, the corresponding location will be displayed in the embed webpart
Click here for more information: https://support.microsoft.com/en-us/office/connect-web-parts-in-sharepoint-b457668c-d843-4b1b-8977-a6f9228a1dec (Scroll down to the chapter "Show a selected location")
You could also try to use SharePoint json list formatting and change the rendering from one SharePoint column to a map "layout"
(See here for an example: https://devblogs.microsoft.com/microsoft365dev/mvp-article-sharepoint-column-formatting-show-map-in-rich-text-field/)
Both solutions are relatively simple. But you don't have much choice in customizing the map visually.
But at least you can insert PushPins and add labels (see https://learn.microsoft.com/en-us/bingmaps/rest-services/common-parameters-and-types/pushpin-syntax-and-icon-styles ), so perhaps this is enough for your requirement