BMap
BusStation
BusStation
公交站点对象
interface
BusStation
{
name
?:
string
;
position
?:
Point
;
}
属性
#
name
?:
string
站点名称
#
position
?:
Point
站点坐标
公交站点对象