Skip to content

Instantly share code, notes, and snippets.

@psdtohtml5
Last active December 20, 2015 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psdtohtml5/6156480 to your computer and use it in GitHub Desktop.
Save psdtohtml5/6156480 to your computer and use it in GitHub Desktop.
Google Maps
<script>
showMap([
{
target: "map-canvas",
locations: [
["Saved Home 1",-25.363882,131.040922],
["Saved Home 2",-25.363882,131.044922],
["Saved Home 3",-25.363882,131.048922],
["Saved Home 4",-25.363882,131.052922],
["Saved Home 5",-25.363882,131.056922],
["Saved Home 6",-25.373892,131.040922],
["Saved Home 7",-25.373892,131.044922],
["Saved Home 8",-25.373992,131.048922],
["Saved Home 9",-25.374892,131.052922],
["Saved Home 10",-25.373892,131.05622]
],
markers: [
"images/1-org.gif",
"images/2-org.gif",
"images/3-org.gif",
"images/4-org.gif",
"images/5-org.gif",
"images/6-org.gif",
"images/7-org.gif",
"images/8-org.gif",
"images/9-org.gif",
"images/10-org.gif"
],
height: "423px",
mapType: true,
panCtl: true,
zoomCtl: true
}
]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment