BusStation

公交站点对象

interface BusStation {
    name?: string;
    position?: Point;
}

属性

站点名称

站点坐标