public class WxSendLocationInfo extends Object
| 构造器和说明 |
|---|
WxSendLocationInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLabel() |
double |
getLocation_X() |
double |
getLocation_Y() |
String |
getPoiname() |
double |
getScale() |
void |
setLabel(String label) |
void |
setLocation_X(double location_X) |
void |
setLocation_Y(double location_Y) |
void |
setPoiname(String poiname) |
void |
setScale(double scale) |
public double getLocation_X()
public void setLocation_X(double location_X)
public double getLocation_Y()
public void setLocation_Y(double location_Y)
public double getScale()
public void setScale(double scale)
public String getLabel()
public void setLabel(String label)
public String getPoiname()
public void setPoiname(String poiname)
Copyright © 2019. All rights reserved.