IGeometry = {
    isDeviation: false, 
    isDirectionsSenseShow: false,
    isFocus: true,
    isNew: false,
    isOldGeometry: false,
    phaseId: '',
    allowCheck : true,

    stepsPoints: null,

    length: function(){},
    
    clear: function(){},
    
    addPoint: function(point){},
    focus: function(){},
    loseFocus: function(){},
    showMarkers: function(value){},
    showDirectionsSense: function(value){},
    setDirectionsSense: function(value){},
    geometryPath: function(){},
    initialize: function(){},
    getGeometryJSON: function() {},
    setSpeed: function(value){},
    getSpeed: function(){}
}

