Skip to content

Instantly share code, notes, and snippets.

@Sivamanim
Created November 21, 2017 10:01
Show Gist options
  • Save Sivamanim/52aac787ce0508c2bd81b1275ebc2086 to your computer and use it in GitHub Desktop.
Save Sivamanim/52aac787ce0508c2bd81b1275ebc2086 to your computer and use it in GitHub Desktop.
Google Static Map using latitude and longitude
// Use below link with custome latitude and longitude for Static map
https://maps.googleapis.com/maps/api/staticmap?center=" + latitude + "," + longitude + "&zoom=13&size=300x300&sensor=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment