BMKSearchErrorCode enum

/////////////////////////////////////////////////////// ///////////////////////////////////////////////////////

Inheritance

Constructors

BMKSearchErrorCode()
const

Values

BMK_SEARCH_NO_ERROR → const BMKSearchErrorCode
BMK_SEARCH_AMBIGUOUS_KEYWORD → const BMKSearchErrorCode
BMK_SEARCH_AMBIGUOUS_ROURE_ADDR → const BMKSearchErrorCode
BMK_SEARCH_NOT_SUPPORT_BUS → const BMKSearchErrorCode
BMK_SEARCH_NOT_SUPPORT_BUS_2CITY → const BMKSearchErrorCode
BMK_SEARCH_RESULT_NOT_FOUND → const BMKSearchErrorCode
BMK_SEARCH_ST_EN_TOO_NEAR → const BMKSearchErrorCode
BMK_SEARCH_KEY_ERROR → const BMKSearchErrorCode
BMK_SEARCH_NETWOKR_ERROR → const BMKSearchErrorCode
BMK_SEARCH_NETWOKR_TIMEOUT → const BMKSearchErrorCode
BMK_SEARCH_PERMISSION_UNFINISHED → const BMKSearchErrorCode
BMK_SEARCH_INDOOR_ID_ERROR → const BMKSearchErrorCode
BMK_SEARCH_FLOOR_ERROR → const BMKSearchErrorCode
BMK_SEARCH_INDOOR_ROUTE_NO_IN_BUILDING → const BMKSearchErrorCode
BMK_SEARCH_INDOOR_ROUTE_NO_IN_SAME_BUILDING → const BMKSearchErrorCode
BMK_SEARCH_PARAMETER_ERROR → const BMKSearchErrorCode
BMK_SEARCH_SERVER_ERROR → const BMKSearchErrorCode
BMK_SEARCH_SERVER_NO_PERMISSIONS → const BMKSearchErrorCode
BMK_SEARCH_SERVER_NO_ADVANCED_PERMISSIONS → const BMKSearchErrorCode
BMK_SEARCH_SERVER_DISTRICT_NO_DATA → const BMKSearchErrorCode
BMK_SEARCH_SERVER_DISTRICT_ID_ERROR → const BMKSearchErrorCode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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<BMKSearchErrorCode>
A constant List of the values in this enum, in order of their declaration.