
(function() {
	PorArriba.Segmento = function(id, calleId) {
		this.id = id;
		this.calleId = calleId;
		this.dobleMano = dobleMano;	
		this.points = [];
		this.polyLine = null;
	}
})();

fileLoaded("Segmento.js");
