public class LocationDelegate3D
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
bindConversation(android.content.Context context,
Conversation.ConversationType conversationType,
java.lang.String targetId) |
static LocationDelegate3D |
getInstance() |
boolean |
isBindedConversation() |
boolean |
isSharing() |
int |
joinLocationSharing() |
void |
quitLocationSharing() |
void |
setLocationChangedListener(ILocationChangedListener listener) |
void |
setMyLocationChangedListener(IMyLocationChangedListener listener) |
void |
setParticipantChangedListener(IRealTimeLocationStateListener listener) |
void |
stopMyLocationInLoop() |
void |
unBindConversation() |
void |
updateMyLocation() |
void |
updateMyLocationInLoop(int sec) |
public static LocationDelegate3D getInstance()
public boolean isBindedConversation()
public void bindConversation(android.content.Context context, Conversation.ConversationType conversationType, java.lang.String targetId)
public void unBindConversation()
public void setParticipantChangedListener(IRealTimeLocationStateListener listener)
public void setMyLocationChangedListener(IMyLocationChangedListener listener)
public void setLocationChangedListener(ILocationChangedListener listener)
public int joinLocationSharing()
public void quitLocationSharing()
public void updateMyLocation()
public void updateMyLocationInLoop(int sec)
public void stopMyLocationInLoop()
public boolean isSharing()