Save google map in jpeg using php?

Is it possible? I am implementing a pdf export function for a bunch of data, one of which is a Google map with a marker.

Thank.

+3
source share
1 answer

I think you are looking for this: http://code.google.com/apis/maps/documentation/staticmaps/

you just need url and google api returns extract from google map as png file

+4
source

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


All Articles