BMKOpenErrorCode enum

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

Inheritance

Constructors

BMKOpenErrorCode()
const

Values

BMK_OPEN_NO_ERROR → const BMKOpenErrorCode
BMK_OPEN_WEB_MAP → const BMKOpenErrorCode
BMK_OPEN_OPTION_NULL → const BMKOpenErrorCode
BMK_OPEN_NOT_SUPPORT → const BMKOpenErrorCode
BMK_OPEN_POI_DETAIL_UID_NULL → const BMKOpenErrorCode
BMK_OPEN_POI_NEARBY_KEYWORD_NULL → const BMKOpenErrorCode
BMK_OPEN_ROUTE_START_ERROR → const BMKOpenErrorCode
BMK_OPEN_ROUTE_END_ERROR → const BMKOpenErrorCode
BMK_OPEN_PANORAMA_UID_ERROR → const BMKOpenErrorCode
BMK_OPEN_PANORAMA_ABSENT → const BMKOpenErrorCode
BMK_OPEN_PERMISSION_UNFINISHED → const BMKOpenErrorCode
BMK_OPEN_KEY_ERROR → const BMKOpenErrorCode
BMK_OPEN_NETWOKR_ERROR → const BMKOpenErrorCode

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<BMKOpenErrorCode>
A constant List of the values in this enum, in order of their declaration.