Package com.baidu.navisdk.adapter
Class BNRoutePlanNode
- java.lang.Object
-
- com.baidu.navisdk.adapter.BNRoutePlanNode
-
- All Implemented Interfaces:
java.lang.Cloneable
public class BNRoutePlanNode extends java.lang.Object implements java.lang.Cloneable路线规划节点.- Since:
- 2018-05-03
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBNRoutePlanNode.Builder
-
Field Summary
Fields Modifier and Type Field Description static <any>CREATOR
-
Constructor Summary
Constructors Modifier Constructor Description protectedBNRoutePlanNode(Parcel in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BNRoutePlanNodeclone()intdescribeContents()booleanequals(java.lang.Object o)floatgetAltitude()海拔高度java.lang.StringgetBuildingId()建筑物IDjava.lang.StringgetDescription()地址描述intgetDistrictID()行政区域idjava.lang.StringgetFloorId()楼层IDintgetFrom()来源类型floatgetGPSAccuracy()gps精度floatgetGPSAngle()gps角度floatgetGPSSpeed()gps速度,用于我的位置算路的绑路java.lang.StringgetId()poi iddoublegetLatitude()纬度doublegetLongitude()经度java.lang.StringgetName()名称intgetNodePrefer()途径点偏好voidsetNodePrefer(int mNodePrefer)java.lang.StringtoString()voidwriteToParcel(Parcel dest, int flags)
-
-
-
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:
- 海拔高度
-
getBuildingId
public java.lang.String getBuildingId()
建筑物ID
-
getFloorId
public java.lang.String getFloorId()
楼层ID
-
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:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-