Convert google.maps.Map to a static map link

Is it possible to convert the currently viewed google.maps.Map map into a static image link so that I can get the image and, for example, paste it into a PDF?

I add some markers with custom map icons, so I'm not sure if this is really possible. If not, are there any labor shocks?

Thanks!

+4
source share
1 answer

This is not allowed. See here:

https://developers.google.com/maps/faq#tos_screenshots

Use of Google Maps images in printed materials and offline media in accordance with the Permission Guide published at:

http://www.google.com/permissions/geoguidelines.html

you can request permission, but I don’t think it’s easy to get it if you are not a billing business client.

+1
source

Source: https://habr.com/ru/post/1442106/


All Articles