Created
November 21, 2017 10:01
-
-
Save Sivamanim/52aac787ce0508c2bd81b1275ebc2086 to your computer and use it in GitHub Desktop.
Google Static Map using latitude and longitude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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