Demo

LocationBox JavaScript Demos

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=APIV2&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 page
Remember that you need to use your key code as Key attribute.