map.zoomAndPanTo(13, new Location(1.283f, 103.833f));
map.setPanningRestriction(new Location(1.283f, 103.833f), 30);
eventDispatcher = new EventDispatcher();
tuioCursorHandler = new TuioCursorHandler(this, false, map);
eventDispatcher.addBroadcaster(tuioCursorHandler);
eventDispatcher.register(map, "pan");
eventDispatcher.register(map, "zoom");
tuioClient = tuioCursorHandler.getTuioClient();