updateRealTimeLocationStatus

public abstract void updateRealTimeLocationStatus(    ConversationType conversationType,     String targetId,     double latitude,     double longitude,     RealTimeLocationType realTimeLocationType)

更新位置共享信息。

Parameters

conversationType

位置共享的会话类型。

targetId

位置共享的会话 id。

latitude

纬度

longitude

经度

realTimeLocationType

实时共享位置类型

See also

io.rong.imlib.location.RealTimeLocationType