类 BNRoutePlanNode

  • 所有已实现的接口:
    java.lang.Cloneable

    public class BNRoutePlanNode
    extends java.lang.Object
    implements java.lang.Cloneable
    路线规划节点.
    从以下版本开始:
    2018-05-03
    • 字段详细资料

      • CREATOR

        public static final <any> CREATOR
    • 构造器详细资料

      • BNRoutePlanNode

        protected BNRoutePlanNode​(Parcel in)
    • 方法详细资料

      • getFrom

        public int getFrom()
        来源类型
        返回:
        来源类型
      • getDistrictID

        public int getDistrictID()
        行政区域id
        返回:
        行政区域id
      • getId

        public java.lang.String getId()
        poi id
        返回:
        poi id
      • getName

        public java.lang.String getName()
        名称
        返回:
        名称
      • getDescription

        public java.lang.String getDescription()
        地址描述
        返回:
        地址描述
      • getLatitude

        public double getLatitude()
        纬度
        返回:
        纬度
      • getLongitude

        public double getLongitude()
        经度
        返回:
        经度
      • getGPSAngle

        public float getGPSAngle()
        gps角度
        返回:
        gps角度
      • getGPSAccuracy

        public float getGPSAccuracy()
        gps精度
        返回:
        gps精度
      • getGPSSpeed

        public float getGPSSpeed()
        gps速度,用于我的位置算路的绑路
        返回:
        gps速度,用于我的位置算路的绑路
      • getAltitude

        public float getAltitude()
        海拔高度
        返回:
        海拔高度
      • getBuildingId

        public java.lang.String getBuildingId()
        建筑物ID
      • getFloorId

        public java.lang.String getFloorId()
        楼层ID
      • getNodePrefer

        public int getNodePrefer()
        途径点偏好
        返回:
        途径点偏好
      • setNodePrefer

        public void setNodePrefer​(int mNodePrefer)
      • describeContents

        public int describeContents()
      • writeToParcel

        public void writeToParcel​(Parcel dest,
                                  int flags)
      • clone

        public BNRoutePlanNode clone()
                              throws java.lang.CloneNotSupportedException
        覆盖:
        clone 在类中 java.lang.Object
        抛出:
        java.lang.CloneNotSupportedException
      • equals

        public boolean equals​(java.lang.Object o)
        覆盖:
        equals 在类中 java.lang.Object
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object