export enum SlsMapsTravelMode {
    DRIVING = 'driving',
    WALKING = 'walking',
    BICYCLING = 'bicycling',
    TRANSIT = 'transit',
}
