osrm-backend/WebContent/OSRM.Routing.js

12 lines
133 B
JavaScript
Raw Normal View History

2012-03-09 03:24:51 -05:00
// OSRM route class
OSRM.TheRoute = {
};
OSRM.extend( OSRM.TheRoute, {
show: function() {},
hide: function() {},
});