Type alias StationPointCommonData

StationPointCommonData: {
    appearance?: string;
    latlng: LatLng;
    nodeId?: string;
    type: StationPointCommonDataType;
}

駅ブランドアイコンデータ

Type declaration