Class BNRoutePlanNode

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class BNRoutePlanNode
    extends java.lang.Object
    implements java.lang.Cloneable
    路线规划节点.
    Since:
    2018-05-03
    • Field Detail

      • CREATOR

        public static final <any> CREATOR
    • Constructor Detail

      • BNRoutePlanNode

        protected BNRoutePlanNode​(Parcel in)
    • Method Detail

      • getFrom

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

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

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

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

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

        public double getLatitude()
        纬度
        Returns:
        纬度
      • getLongitude

        public double getLongitude()
        经度
        Returns:
        经度
      • getGPSAngle

        public float getGPSAngle()
        gps角度
        Returns:
        gps角度
      • getGPSAccuracy

        public float getGPSAccuracy()
        gps精度
        Returns:
        gps精度
      • getGPSSpeed

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

        public float getAltitude()
        海拔高度
        Returns:
        海拔高度
      • getNodePrefer

        public int getNodePrefer()
        途径点偏好
        Returns:
        途径点偏好
      • 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
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object