Skip to content

Instantly share code, notes, and snippets.

@Pushplaybang
Created December 10, 2012 18:47
Show Gist options
  • Save Pushplaybang/4252456 to your computer and use it in GitHub Desktop.
Save Pushplaybang/4252456 to your computer and use it in GitHub Desktop.
Basoc Google Static Map
<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