'How to load google maps with pins we provide, but on google maps not our site?

In google maps, if you search "bar" or "shop" or anything.. you get a pin on the map for every single entry google finds in the space you zoomed in to.

The view it provides is loaded with data from its own database.

Is it possible to load google maps in this view but with pins we provide it?

(I don't mean loaded google maps on my site via the js API, I mean passing pins to https://www.google.com/maps or to the Google Maps app)

A potential example we are thinking about it https://www.google.com/maps/d/u/0/viewer?hl=en&ll=39.373066886183906%2C-8.987417096195184&z=11&fbclid=IwAR3R96gU-bJ52IV3Ak89Vjw6VfvIDEVFIEhvS5bVYqPyAuVvzhodtfGIPVI&mid=1l_vVXbs0-6f1m_UYJ9oSjnnDVqJSvXLj this is a user generated map, the user is by hand adding the pins. We would like to somehow automate this but in a less "permanent" way.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source