Home > Software design >  NodeJS: Google Map image of specified location
NodeJS: Google Map image of specified location

Time:01-14

Here is the python code for storing google maps view of specified location in png format Python: Google Map Image of Specified Location

How can I achieve this in NodeJS

P.S. I want to write it in a file directly instead of document.write(), like using fs.writeFile() or similar

CodePudding user response:

I was able to find a package which we can use to achieve this Google Static Map

  •  Tags:  
  • Related