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 class
BNRoutePlanNode.Builder
-
Field Summary
Fields Modifier and Type Field Description static <any>
CREATOR
-
Constructor Summary
Constructors Modifier Constructor Description protected
BNRoutePlanNode(Parcel in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BNRoutePlanNode
clone()
int
describeContents()
boolean
equals(java.lang.Object o)
float
getAltitude()
海拔高度java.lang.String
getBuildingId()
建筑物IDjava.lang.String
getDescription()
地址描述int
getDistrictID()
行政区域idjava.lang.String
getFloorId()
楼层IDint
getFrom()
来源类型float
getGPSAccuracy()
gps精度float
getGPSAngle()
gps角度float
getGPSSpeed()
gps速度,用于我的位置算路的绑路java.lang.String
getId()
poi iddouble
getLatitude()
纬度double
getLongitude()
经度java.lang.String
getName()
名称int
getNodePrefer()
途径点偏好void
setNodePrefer(int mNodePrefer)
java.lang.String
toString()
void
writeToParcel(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:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-