公交站点信息

interface BusStation {
    title: string;
    location: null | LatLng;
    uid: string;
}

Hierarchy (view full)

Properties

Properties

title: string
location: null | LatLng
uid: string