| Package | Description |
|---|---|
| com.baidu.mapapi.radar |
周边雷达相关方法
|
| Modifier and Type | Method and Description |
|---|---|
static RadarSearchError |
RadarSearchError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RadarSearchError[] |
RadarSearchError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadarSearchListener.onGetClearInfoState(RadarSearchError error)
清除位置信息监听
|
void |
RadarSearchListener.onGetNearbyInfoList(RadarNearbyResult result,
RadarSearchError error)
查询周边的人监听
|
void |
RadarSearchListener.onGetUploadState(RadarSearchError error)
上传状态监听
|