emt-bus
Version:
Library that works a layer over the emt API service
26 lines (13 loc) • 590 B
JavaScript
;
exports.GET_ARRIVE_STOP = 'GetArriveStop';
exports.GET_GROUPS = 'GetGroups';
exports.GET_INFO_LINE = 'GetInfoLine';
exports.GET_INFO_LINE_EXTEND = 'GetInfoLineExtend';
exports.GET_POINTS_OF_INTEREST = 'GetPointsOfInterest';
exports.GET_POINTS_OF_INTEREST_TYPES = 'GetPointsOfInterestTypes';
exports.GET_ROUTE_LINES_ROUTE = 'GetRouteLinesRoute';
exports.GET_STOPS_FROM_STOP = 'GetStopsFromStop';
exports.GET_STOPS_FROM_XY = 'GetStopsFromXY';
exports.GET_STOPS_LINE = 'GetStopsLine';
exports.GET_STREET = 'GetStreet';
exports.GET_STREET_FROM_XY = 'GetStreetFromXY';