public class UbiboatAPI
extends java.lang.Object
构造器和说明 |
---|
UbiboatAPI() |
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
getAbsoluteApiUrl(java.lang.String partUrl) |
static void |
getAllPoiAPI(GetAllReq getAllReq,
okhttp3.Callback handler) |
static void |
getDisAPI(DisReq disReq,
okhttp3.Callback handler) |
static void |
getNearPoiAPI(NearInfoReq nearInfoReq,
okhttp3.Callback handler) |
static void |
getSceneAPI(SceneReq sceneReq,
okhttp3.Callback handler)
获取所在场景
|
static void |
publishScanDataAPI(PostScanReq postScanReq,
okhttp3.Callback handler)
定位数据上报
|
static void |
uploadAnchorAPI(UploadAnchorReq uploadAnchorReq,
okhttp3.Callback handler) |
public static void publishScanDataAPI(PostScanReq postScanReq, okhttp3.Callback handler) throws java.io.UnsupportedEncodingException
postScanReq
- scanData 周边环境数据handler
- handler 异步回调java.io.UnsupportedEncodingException
public static void getSceneAPI(SceneReq sceneReq, okhttp3.Callback handler) throws java.io.UnsupportedEncodingException
sceneReq
- handler
- java.io.UnsupportedEncodingException
public static void getNearPoiAPI(NearInfoReq nearInfoReq, okhttp3.Callback handler) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static void getAllPoiAPI(GetAllReq getAllReq, okhttp3.Callback handler) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static void uploadAnchorAPI(UploadAnchorReq uploadAnchorReq, okhttp3.Callback handler) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static void getDisAPI(DisReq disReq, okhttp3.Callback handler) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static java.lang.String getAbsoluteApiUrl(java.lang.String partUrl)