var CMap = function() {

    this.getCenter = function() {
    }
    
    this.setCenter = function(center) {
    }

	this.setFocusByBoundary = function(center, min, max) {
    }

    this.setFocus = function(center, zoomLevel) {
    }
	
    this.initFocus = function(center, zoomLevel) {
    }

    this.plot = function(name, description, point, icon) {
    }

    this.clear = function() {
    }

    this.zoomIn = function() {
    }

    this.zoomOut = function() {
    }

    this.getZoom = function() {
    }

    this.setZoom = function(zoom) {
    }
    
    this.getSouthWest = function() {
    }
    
    this.getNorthEast = function() {
    }
   
	this.createMarker = function(options, point, icon, type) {	
	}
	
	this.createMarker = function(options, point, icon, type) {	
	}
	
	this.pixelToLatLng = function(point) {	
	}
	
	this.updateSize = function() {	
	}
	
	this.clearRoutes = function() {
	}
	
    this.plotOpen = function(id, bdId, acts) {
    }

	this.plotRoute = function(route) {
	}
	
	this.getProportion = function() {
	}
   
}

// CMap.prototype.setFocus = setFocus;

