BMFSwitchIndoorFloorError enum
枚举:室内图切换楼层结果
- Inheritance
-
- Object
- Enum
- BMFSwitchIndoorFloorError
Values
- Success → const BMFSwitchIndoorFloorError
-
<切换楼层成功
- Failed → const BMFSwitchIndoorFloorError
-
<切换楼层失败
- NotFocused → const BMFSwitchIndoorFloorError
-
<地图还未聚焦到传入的室内图
- NotExist → const BMFSwitchIndoorFloorError
-
<当前室内图不存在该楼层
- SwichFloorInfoError → const BMFSwitchIndoorFloorError
-
<切换楼层, 室内ID信息错误 Android独有
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BMFSwitchIndoorFloorError> - A constant List of the values in this enum, in order of their declaration.