QueryTrackLatestPointCallBack typedef

void QueryTrackLatestPointCallBack (
  1. QueryTrackLatestPointResult queryTrackLatestPointResult
)

查询某entity终端实体的实时位置的回调

Implementation

typedef QueryTrackLatestPointCallBack = void Function(
    QueryTrackLatestPointResult queryTrackLatestPointResult);