BMFOpenErrorCode enum Null safety
调起百度地图结果状态码
- Inheritance
-
- Object
- Enum
- BMFOpenErrorCode
Constructors
- BMFOpenErrorCode()
-
const
Values
- NO_ERROR → const BMFOpenErrorCode
-
正常
BMFOpenErrorCode() - WEB_MAP → const BMFOpenErrorCode
-
打开的是web地图
BMFOpenErrorCode() - OPTION_NULL → const BMFOpenErrorCode
-
传入的参数为空
BMFOpenErrorCode() - NOT_SUPPORT → const BMFOpenErrorCode
-
没有安装百度地图,或者版本太低
BMFOpenErrorCode() - POI_DETAIL_UID_NULL → const BMFOpenErrorCode
-
poi详情 poiUid为空
BMFOpenErrorCode() - POI_NEARBY_KEYWORD_NULL → const BMFOpenErrorCode
-
poi周边 keyWord为空
BMFOpenErrorCode() - ROUTE_START_ERROR → const BMFOpenErrorCode
-
路线起点有误
BMFOpenErrorCode() - ROUTE_END_ERROR → const BMFOpenErrorCode
-
路线终点有误
BMFOpenErrorCode() - PANORAMA_UID_ERROR → const BMFOpenErrorCode
-
调起全景 poiUid不正确
BMFOpenErrorCode() - PANORAMA_ABSENT → const BMFOpenErrorCode
-
调起全景 此处不支持全景
BMFOpenErrorCode() - PERMISSION_UNFINISHED → const BMFOpenErrorCode
-
还未完成鉴权,请在鉴权通过后重试
BMFOpenErrorCode() - KEY_ERROR → const BMFOpenErrorCode
-
app key错误
BMFOpenErrorCode() - NETWOKR_ERROR → const BMFOpenErrorCode
-
网络连接错误
BMFOpenErrorCode() - OTHER_ERROR → const BMFOpenErrorCode
-
其它错误
BMFOpenErrorCode() - OPTION_ERROR → const BMFOpenErrorCode
-
参数错误
BMFOpenErrorCode()
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- index → int
-
A numeric identifier for the enumerated value.
read-only, inherited
- 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 -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BMFOpenErrorCode> -
A constant List of the values in this enum, in order of their declaration.
[NO_ERROR, WEB_MAP, OPTION_NULL, NOT_SUPPORT, POI_DETAIL_UID_NULL, POI_NEARBY_KEYWORD_NULL, ROUTE_START_ERROR, ROUTE_END_ERROR, PANORAMA_UID_ERROR, PANORAMA_ABSENT, PERMISSION_UNFINISHED, KEY_ERROR, N…