com.github.sd4324530.fastweixin.message.req
类 LocationEvent

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.message.req.BaseReq
      继承者 com.github.sd4324530.fastweixin.message.req.BaseEvent
          继承者 com.github.sd4324530.fastweixin.message.req.LocationEvent

public final class LocationEvent
extends BaseEvent


构造方法摘要
LocationEvent(double latitude, double longitude, double precision)
           
 
方法摘要
 double getLatitude()
           
 double getLongitude()
           
 double getPrecision()
           
 String toString()
           
 
从类 com.github.sd4324530.fastweixin.message.req.BaseEvent 继承的方法
getEvent, setEvent
 
从类 com.github.sd4324530.fastweixin.message.req.BaseReq 继承的方法
getCreateTime, getFromUserName, getMsgType, getToUserName, setCreateTime, setFromUserName, setMsgType, setToUserName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

LocationEvent

public LocationEvent(double latitude,
                     double longitude,
                     double precision)
方法详细信息

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getPrecision

public double getPrecision()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2017. All rights reserved.