首页>代码>java基于微信公众号接口开发的入门Demo实例>/WechatDemo/WechatDemo/src/com/eastnet/wechat/message/req/LocationMessage.java
package com.eastnet.wechat.message.req;
/**
* 地理位置消息
* @author pengsong
* @date 2016.01.19
*/
public class LocationMessage extends BaseMessage {
//地理位置维度
private String Location_X;
//地理位置经度
private String Location_Y;
//地图缩放大小
private String Scale;
//地理位置信息
private String Label;
public String getLocation_X() {
return Location_X;
}
public void setLocation_X(String locationX) {
Location_X = locationX;
}
public String getLocation_Y() {
return Location_Y;
}
public void setLocation_Y(String locationY) {
Location_Y = locationY;
}
public String getScale() {
return Scale;
}
public void setScale(String scale) {
Scale = scale;
}
public String getLabel() {
return Label;
}
public void setLabel(String label) {
Label = label;
}
}
最近下载更多
最近浏览更多
新哥新奇士橙 LV5
1月26日
汤汤汤要学编程 LV11
2024年8月12日
leiyuexiang
2024年7月12日
暂无贡献等级
156260641401 LV1
2024年4月9日
zhujunnan LV12
2024年3月8日
miaoshi LV16
2023年9月5日
zhos0212 LV19
2023年7月27日
wuying8208 LV15
2023年7月27日
微信网友_6561552570798080 LV1
2023年7月14日
lyt888
2023年7月6日
暂无贡献等级

