export interface IRouteOptions {
    travelMode?: any;
    strokeColor?: string;
    strokeOpacity?: number;
    strokeWeight?: number;
}
