com.baidu.mapapi
类 MKEvent

java.lang.Object
  继承者 com.baidu.mapapi.MKEvent

public class MKEvent
extends java.lang.Object

地图事件


字段摘要
static int ERROR_LOCATION_FAILED
          错误号:定位失败
static int ERROR_NETWORK_CONNECT
          错误号:网络连接错误
static int ERROR_NETWORK_DATA
          错误号:网络数据错误
static int ERROR_PERMISSION_DENIED
          错误号:授权验证失败
static int ERROR_RESULT_NOT_FOUND
          错误号:未找到搜索结果
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

ERROR_NETWORK_CONNECT

public static final int ERROR_NETWORK_CONNECT
错误号:网络连接错误

另请参见:
常量字段值

ERROR_NETWORK_DATA

public static final int ERROR_NETWORK_DATA
错误号:网络数据错误

另请参见:
常量字段值

ERROR_RESULT_NOT_FOUND

public static final int ERROR_RESULT_NOT_FOUND
错误号:未找到搜索结果

另请参见:
常量字段值

ERROR_LOCATION_FAILED

public static final int ERROR_LOCATION_FAILED
错误号:定位失败

另请参见:
常量字段值

ERROR_PERMISSION_DENIED

public static final int ERROR_PERMISSION_DENIED
错误号:授权验证失败

另请参见:
常量字段值