Created
December 10, 2012 18:47
-
-
Save Pushplaybang/4252456 to your computer and use it in GitHub Desktop.
Basoc Google Static Map
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
<div id="map"> | |
<img src="http://maps.google.com/maps/api/staticmap | |
?center=Capetown+SouthAfrica | |
&zoom=14 | |
&size=480x240 | |
&maptype=roadmap | |
&markers=color:red|31.4211,35.1144 | |
&sensor=false" | |
width="480" height="240" alt="Map of Cape Town, SA" | |
/> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment