com.foxinmy.weixin4j.message.event
Class LocationEventMessage

java.lang.Object
  extended by com.foxinmy.weixin4j.request.WeixinMessage
      extended by com.foxinmy.weixin4j.message.event.EventMessage
          extended by com.foxinmy.weixin4j.message.event.LocationEventMessage
All Implemented Interfaces:
Serializable

public class LocationEventMessage
extends EventMessage

上报地理位置事件

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
订阅号、服务号的上报地理位置事件, 企业号的上报地理位置事件, Serialized Form

Constructor Summary
LocationEventMessage()
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 double getPrecision()
           
 String toString()
           
 
Methods inherited from class com.foxinmy.weixin4j.message.event.EventMessage
getEventType
 
Methods inherited from class com.foxinmy.weixin4j.request.WeixinMessage
equals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationEventMessage

public LocationEventMessage()
Method Detail

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getPrecision

public double getPrecision()

toString

public String toString()
Overrides:
toString in class EventMessage


Copyright © 2014–2017. All rights reserved.