package com.jiuqi.mobile.nigo.comeclose.bean.cross; import com.jiuqi.mobile.nigo.comeclose.bean.NiGoBean; /** * 百度定位 高德定位 gps定位使用 * @author lizh * @date 2014-3-17下午3:05:02 * @fileName PositionClientBean.java * @package com.jiuqi.mobile.nigo.comeclose.bean.cross * @project comeclose */ public class PositionClientBean extends NiGoBean{ private long radom; private double lon; private double lat; private String sim; private String content; private String province; private String city; private String country; private int isSuccess; private LBSMode dwType; public long getRadom() { return radom; } public void setRadom(long radom) { this.radom = radom; } public double getLon() { return lon; } public void setLon(double lon) { this.lon = lon; } public double getLat() { return lat; } public void setLat(double lat) { this.lat = lat; } public String getSim() { return sim; } public void setSim(String sim) { this.sim = sim; } public String getContent() { return content; } public void setContent(String content) { this.content = content; } public String getProvince() { return province; } public void setProvince(String province) { this.province = province; } public String getCity() { return city; } public void setCity(String city) { this.city = city; } public String getCountry() { return country; } public void setCountry(String country) { this.country = country; } public int getIsSuccess() { return isSuccess; } public void setIsSuccess(int isSuccess) { this.isSuccess = isSuccess; } public LBSMode getDwType() { return dwType; } public void setDwType(LBSMode dwType) { this.dwType = dwType; } }