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