BMFSearchErrorCode enum
检索结果状态码
Constants
- AMBIGUOUS_KEYWORD → const BMFSearchErrorCode
-
<检索词有岐义
const BMFSearchErrorCode(1)
- AMBIGUOUS_ROURE_ADDR → const BMFSearchErrorCode
-
<检索地址有岐义
const BMFSearchErrorCode(2)
- FLOOR_ERROR → const BMFSearchErrorCode
-
<室内图检索楼层错误
const BMFSearchErrorCode(12)
- INDOOR_ID_ERROR → const BMFSearchErrorCode
-
<室内图ID错误
const BMFSearchErrorCode(11)
- INDOOR_ROUTE_NO_IN_BUILDING → const BMFSearchErrorCode
-
<起终点不在支持室内路线的室内图内
const BMFSearchErrorCode(13)
- INDOOR_ROUTE_NO_IN_SAME_BUILDING → const BMFSearchErrorCode
-
<起终点不在同一个室内
const BMFSearchErrorCode(14)
- KEY_ERROR → const BMFSearchErrorCode
-
<key错误
const BMFSearchErrorCode(7)
- MASS_TRANSIT_NO_POI_ERROR → const BMFSearchErrorCode
-
<跨城公共交通没有匹配的POI Android独有
const BMFSearchErrorCode(24)
- MASS_TRANSIT_OPTION_ERROR → const BMFSearchErrorCode
-
<跨城公共交通错误码:参数无效 Android独有
const BMFSearchErrorCode(23)
- MASS_TRANSIT_SERVER_ERROR → const BMFSearchErrorCode
-
<跨城公共交通服务器内部错误 Android独有
const BMFSearchErrorCode(22)
- NETWOKR_ERROR → const BMFSearchErrorCode
-
<网络连接错误
const BMFSearchErrorCode(8)
- NETWOKR_TIMEOUT → const BMFSearchErrorCode
-
<网络连接超时
const BMFSearchErrorCode(9)
- NO_ERROR → const BMFSearchErrorCode
-
<检索结果正常返回
const BMFSearchErrorCode(0)
- NOT_SUPPORT_BUS → const BMFSearchErrorCode
-
<该城市不支持公交搜索
const BMFSearchErrorCode(3)
- NOT_SUPPORT_BUS_2CITY → const BMFSearchErrorCode
-
<不支持跨城市公交
const BMFSearchErrorCode(4)
- PARAMETER_ERROR → const BMFSearchErrorCode
-
<参数错误
const BMFSearchErrorCode(15)
- PERMISSION_UNFINISHED → const BMFSearchErrorCode
-
<还未完成鉴权,请在鉴权通过后重试
const BMFSearchErrorCode(10)
- POIINDOOR_SERVER_ERROR → const BMFSearchErrorCode
-
<poi室内检索服务错误 Android独有
const BMFSearchErrorCode(21)
- REQUEST_ERROR → const BMFSearchErrorCode
-
<请求错误 Android独有
const BMFSearchErrorCode(25)
- RESULT_NOT_FOUND → const BMFSearchErrorCode
-
<没有找到检索结果
const BMFSearchErrorCode(5)
- SERVER_DISTRICT_ID_ERROR → const BMFSearchErrorCode
-
<天气服务查询的区域编码与约定的编码不符
const BMFSearchErrorCode(20)
- SERVER_DISTRICT_NO_DATA → const BMFSearchErrorCode
-
<所在地区无数据覆盖
const BMFSearchErrorCode(19)
- SERVER_ERROR → const BMFSearchErrorCode
-
<服务器错误
const BMFSearchErrorCode(16)
- SERVER_NO_ADVANCED_PERMISSIONS → const BMFSearchErrorCode
-
<用户需开通高级权限功能
const BMFSearchErrorCode(18)
- SERVER_NO_PERMISSIONS → const BMFSearchErrorCode
-
<需开通权限功能,用户在API控制台中创建或设置某APP的时候禁用了某项服务,若需开通权限,可进入API控制台为AK勾选对应服务
const BMFSearchErrorCode(17)
- ST_EN_TOO_NEAR → const BMFSearchErrorCode
-
<起终点太近
const BMFSearchErrorCode(6)
-
values
→ const List<
BMFSearchErrorCode> -
A constant List of the values in this enum, in order of their declaration.
const List<
BMFSearchErrorCode>
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