com.foxinmy.weixin4j.message.event
Class MenuLocationEventMessage.LocationInfo

java.lang.Object
  extended by com.foxinmy.weixin4j.message.event.MenuLocationEventMessage.LocationInfo
All Implemented Interfaces:
Serializable
Enclosing class:
MenuLocationEventMessage

public static class MenuLocationEventMessage.LocationInfo
extends Object
implements Serializable

地理位置信息

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
MenuLocationEventMessage.LocationInfo()
           
 
Method Summary
 String getLabel()
           
 String getPoiname()
           
 double getScale()
           
 double getX()
           
 double getY()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MenuLocationEventMessage.LocationInfo

public MenuLocationEventMessage.LocationInfo()
Method Detail

getX

public double getX()

getY

public double getY()

getScale

public double getScale()

getLabel

public String getLabel()

getPoiname

public String getPoiname()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.