Skip to content

Instantly share code, notes, and snippets.

@edbond
Created December 18, 2008 08:43
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 edbond/37436 to your computer and use it in GitHub Desktop.
Save edbond/37436 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://mapia.com.ua/api/0.9.0/mapiaapi.js?apikey=1c4ed601350edbc1e5a55fbafab5da8e"></script>
</head>
<body>
<div style="display:block; width:420px; height:314px">
<div id="mapContainer" style="width:100%;height:100%"></div>
</div>
<script>
map = new Mapia('mapContainer');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment