-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class EdgeId extends MapObjectId implements Parcelable
Data class that contains edge id information. To create EdgeId externally, please pass in correct and reasonable parameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEdgeId.Companion
-
Method Summary
Modifier and Type Method Description final IntegergetDirection()UnitwriteToParcel(Parcel dest, Integer flags)IntegerhashCode()Booleanequals(Object other)StringtoString()final RoadSegmentReferencegetRoadSegmentReference()-
Methods inherited from class com.telenav.sdk.map.model.MapObjectId
getLower, getUpper, setLower, setUpper -
Methods inherited from class android.os.Parcelable
describeContents -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDirection
final Integer getDirection()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
getRoadSegmentReference
final RoadSegmentReference getRoadSegmentReference()
-
-
-
-