Navigation Panel
Instructions
Use the navigation panel to zoom in or zoom out, or pan the map in eight directions.
Source Code
The Javascript code for the above map is:
<script language="Javascript"
src="http://www.locationbox.com.tr/locationbox/services?
Key=key&Cmd=API&Typ=JS"></script>
<script language="JavaScript">
var mapper = new IMapper();
function startup() {
mapper.initMap(41.1, 29.1, 5);
mapper.addNavigationPanel();
return;
}
</script>
Download working pageRemember that you need to use your key code as Key attribute.