BMFRoutePlanShareURLOption class

路线规划短串分享检索信息类

Constructors

BMFRoutePlanShareURLOption({BMFPlanNode from, BMFPlanNode to, BMFRoutePlanShareURLType routePlanType, int cityID, int routeIndex})
有参构造
BMFRoutePlanShareURLOption.fromMap(Map map)
map => BMFRoutePlanShareURLOption

Properties

cityID ↔ int
cityID,当进行公交路线规划短串分享且起终点通过关键字指定时,必须指定
read / write
from BMFPlanNode
起点,可通过关键字、坐标两种方式指定,使用关键字时必须指定from.cityID
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
routeIndex ↔ int
公交路线规划短串分享时使用,分享的是第几条线路
read / write
routePlanType BMFRoutePlanShareURLType
路线规划短串分享类型
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
to BMFPlanNode
终点,可通过关键字、坐标两种方式指定,使用关键字时必须指定to.cityID
read / write

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited