Class PathNode
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PathNode extends LocationAware implements Parcelable
Class representing Nodes for navigation
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<PathNode>
CREATOR
private final String
typeCode
private final String
portalGroupId
private final Double
travelTime
private final Boolean
isPortal
private final Location
location
-
Method Summary
Modifier and Type Method Description final String
getTypeCode()
final String
getPortalGroupId()
final Double
getTravelTime()
final Boolean
isPortal()
Boolean
equals(Object other)
Integer
hashCode()
Unit
writeToParcel(Parcel parcel, Integer flags)
Integer
describeContents()
-
-
Constructor Detail
-
PathNode
PathNode(Parcel parcel)
-
-
Method Detail
-
getTypeCode
final String getTypeCode()
-
getPortalGroupId
final String getPortalGroupId()
-
getTravelTime
final Double getTravelTime()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-