public class PlainReqLocation extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
label
地理位置信息
|
private String |
locationX
地理位置纬度
|
private String |
locationY
地理位置经度
|
private String |
scale
地图缩放大小
|
| 构造器和说明 |
|---|
PlainReqLocation() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLabel() |
String |
getLocationX() |
String |
getLocationY() |
String |
getScale() |
void |
setLabel(String label) |
void |
setLocationX(String locationX) |
void |
setLocationY(String locationY) |
void |
setScale(String scale) |
private String locationX
private String locationY
private String scale
private String label
public String getLocationX()
public void setLocationX(String locationX)
public String getLocationY()
public void setLocationY(String locationY)
public String getScale()
public void setScale(String scale)
public String getLabel()
public void setLabel(String label)
Copyright © 2024. All rights reserved.