BMFOpenErrorCode enum Null safety

调起百度地图结果状态码

Inheritance
  • Object
  • Enum
  • BMFOpenErrorCode

Constructors

BMFOpenErrorCode()
const

Values

NO_ERROR → const BMFOpenErrorCode

正常

const BMFOpenErrorCode(0)
WEB_MAP → const BMFOpenErrorCode

打开的是web地图

const BMFOpenErrorCode(1)
OPTION_NULL → const BMFOpenErrorCode

传入的参数为空

const BMFOpenErrorCode(2)
NOT_SUPPORT → const BMFOpenErrorCode

没有安装百度地图,或者版本太低

const BMFOpenErrorCode(3)
POI_DETAIL_UID_NULL → const BMFOpenErrorCode

poi详情 poiUid为空

const BMFOpenErrorCode(4)
POI_NEARBY_KEYWORD_NULL → const BMFOpenErrorCode

poi周边 keyWord为空

const BMFOpenErrorCode(5)
ROUTE_START_ERROR → const BMFOpenErrorCode

路线起点有误

const BMFOpenErrorCode(6)
ROUTE_END_ERROR → const BMFOpenErrorCode

路线终点有误

const BMFOpenErrorCode(7)
PANORAMA_UID_ERROR → const BMFOpenErrorCode

调起全景 poiUid不正确

const BMFOpenErrorCode(8)
PANORAMA_ABSENT → const BMFOpenErrorCode

调起全景 此处不支持全景

const BMFOpenErrorCode(9)
PERMISSION_UNFINISHED → const BMFOpenErrorCode

还未完成鉴权,请在鉴权通过后重试

const BMFOpenErrorCode(10)
KEY_ERROR → const BMFOpenErrorCode

app key错误

const BMFOpenErrorCode(11)
NETWOKR_ERROR → const BMFOpenErrorCode

网络连接错误

const BMFOpenErrorCode(12)
OTHER_ERROR → const BMFOpenErrorCode

其它错误

const BMFOpenErrorCode(13)
OPTION_ERROR → const BMFOpenErrorCode

参数错误

const BMFOpenErrorCode(14)

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…