BMFRoutePlanShareURLOption class Null safety

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

Constructors

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

Properties

cityID ↔ int?
cityID,当进行公交路线规划短串分享且起终点通过关键字指定时,必须指定
read / write
from ↔ dynamic
起点,可通过关键字、坐标两种方式指定,使用关键字时必须指定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 ↔ dynamic
终点,可通过关键字、坐标两种方式指定,使用关键字时必须指定to.cityID
read / write

Methods

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

Operators

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