public class RecvGeoMessage extends RecvMessage
| 构造器和说明 |
|---|
RecvGeoMessage(RecvMessage msg,
double locationX,
double locationY,
int scale,
String label) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLabel() |
double |
getLocationX() |
double |
getLocationY() |
int |
getScale() |
void |
setLabel(String label) |
void |
setLocationX(double locationX) |
void |
setLocationY(double locationY) |
void |
setScale(int scale) |
getMsgId, setMsgIdgetCreateTime, getFromUserName, getMsgType, getToUserName, setCreateTime, setFromUserName, setMsgType, setToUserName, toStringpublic RecvGeoMessage(RecvMessage msg, double locationX, double locationY, int scale, String label)
public double getLocationX()
public void setLocationX(double locationX)
public double getLocationY()
public void setLocationY(double locationY)
public int getScale()
public void setScale(int scale)
public String getLabel()
public void setLabel(String label)
Copyright © 2024. All rights reserved.