Map options with Pins

I just wanted to see the built-in maps limitations and capabilities and this is the closest I can come up with :slight_smile:
chrome_YmFW64zyEX

There is no clicking on the map to create a new marker I guess. It can display a list of things with a geographic address though, something like below:
image

The map can be configured with these at the initialization, with a specific zoom and starting point set as the current point of the user:

I had to create just a plain icon sitting in the middle of the map to give the effect of the center:

Of course, there needs some nice layouting needed (a group has the map and another group with the icon inside:
image

Then, we can get the center of the map in workflow while creating a thing at least.
image

And you can do more stuff when the markers on the map are clicked.
image

And here is the full editor if you want to check the details:

4 Likes