类 SendLocationInfo

java.lang.Object
com.github.shuaidd.event.SendLocationInfo

public class SendLocationInfo extends Object
描述
作者:
ddshuai date 2021-07-14 11:34
  • 字段详细资料

    • locationX

      private String locationX
    • locationY

      private String locationY
    • scale

      private String scale
    • label

      private String label
    • appType

      private String appType
    • poiName

      private String poiName
  • 构造器详细资料

    • SendLocationInfo

      public SendLocationInfo()
  • 方法详细资料

    • getLocationX

      public String getLocationX()
    • setLocationX

      public void setLocationX(String locationX)
    • getLocationY

      public String getLocationY()
    • setLocationY

      public void setLocationY(String locationY)
    • getScale

      public String getScale()
    • setScale

      public void setScale(String scale)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getAppType

      public String getAppType()
    • setAppType

      public void setAppType(String appType)
    • getPoiName

      public String getPoiName()
    • setPoiName

      public void setPoiName(String poiName)