com.foxinmy.weixin4j.message.event
Class MenuLocationEventMessage.LocationInfo
java.lang.Object
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
MenuLocationEventMessage.LocationInfo
public MenuLocationEventMessage.LocationInfo()
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.