Class ARPathNode
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ARPathNode extends PathNode implements Parcelable
Class representing Nodes for navigation
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ARPathNode>
CREATOR
private final ARLocation
arLocation
private final String
typeCode
private final String
portalGroupId
private final Double
travelTime
private final Boolean
isPortal
private final Location
location
-
Constructor Summary
Constructors Constructor Description ARPathNode(Parcel parcel)
-
Method Summary
Modifier and Type Method Description final ARLocation
getArLocation()
Boolean
equals(Object other)
Integer
hashCode()
Unit
writeToParcel(Parcel parcel, Integer flags)
Integer
describeContents()
-
Methods inherited from class com.pointrlabs.core.pathfinding.model.PathNode
getPortalGroupId, getTravelTime, getTypeCode, isPortal
-
Methods inherited from class com.pointrlabs.core.positioning.model.LocationAware
getLocation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ARPathNode
ARPathNode(Parcel parcel)
-
-
Method Detail
-
getArLocation
final ARLocation getArLocation()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-