BMFOpenErrorCode enum

调起百度地图结果状态码

Constants

KEY_ERROR → const BMFOpenErrorCode

app key错误

const BMFOpenErrorCode(11)
NETWOKR_ERROR → const BMFOpenErrorCode

网络连接错误

const BMFOpenErrorCode(12)
NO_ERROR → const BMFOpenErrorCode

正常

const BMFOpenErrorCode(0)
NOT_SUPPORT → const BMFOpenErrorCode

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

const BMFOpenErrorCode(3)
OPTION_ERROR → const BMFOpenErrorCode

参数错误

const BMFOpenErrorCode(14)
OPTION_NULL → const BMFOpenErrorCode

传入的参数为空

const BMFOpenErrorCode(2)
OTHER_ERROR → const BMFOpenErrorCode

其它错误

const BMFOpenErrorCode(13)
PANORAMA_ABSENT → const BMFOpenErrorCode

调起全景 此处不支持全景

const BMFOpenErrorCode(9)
PANORAMA_UID_ERROR → const BMFOpenErrorCode

调起全景 poiUid不正确

const BMFOpenErrorCode(8)
PERMISSION_UNFINISHED → const BMFOpenErrorCode

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

const BMFOpenErrorCode(10)
POI_DETAIL_UID_NULL → const BMFOpenErrorCode

poi详情 poiUid为空

const BMFOpenErrorCode(4)
POI_NEARBY_KEYWORD_NULL → const BMFOpenErrorCode

poi周边 keyWord为空

const BMFOpenErrorCode(5)
ROUTE_END_ERROR → const BMFOpenErrorCode

路线终点有误

const BMFOpenErrorCode(7)
ROUTE_START_ERROR → const BMFOpenErrorCode

路线起点有误

const BMFOpenErrorCode(6)
values → const List<BMFOpenErrorCode>

A constant List of the values in this enum, in order of their declaration.

const List<BMFOpenErrorCode>
WEB_MAP → const BMFOpenErrorCode

打开的是web地图

const BMFOpenErrorCode(1)

Properties

index → int

The integer index of this enum.

final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited