com.github.sd4324530.fastweixin.company.message.req
类 QYLocationEvent
java.lang.Object
com.github.sd4324530.fastweixin.company.message.req.QYBaseReq
com.github.sd4324530.fastweixin.company.message.req.QYBaseEvent
com.github.sd4324530.fastweixin.company.message.req.QYLocationEvent
public class QYLocationEvent
- extends QYBaseEvent
微信企业号地理位置上报事件
====================================================================
上海聚攒软件开发有限公司
--------------------------------------------------------------------
- 从以下版本开始:
- 1.3.6
====================================================================
- 版本:
- 1.0.beta
- 作者:
- Nottyjay
|
构造方法摘要 |
QYLocationEvent(double latitude,
double longitude,
double precision)
|
QYLocationEvent
public QYLocationEvent(double latitude,
double longitude,
double precision)
getLatitude
public double getLatitude()
setLatitude
public void setLatitude(double latitude)
getLongitude
public double getLongitude()
setLongitude
public void setLongitude(double longitude)
getPrecision
public double getPrecision()
setPrecision
public void setPrecision(double precision)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2017. All rights reserved.