-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ARPathNode extends PathNode implements Parcelable
Class representing Nodes for navigation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ARPathNode.Companion
-
Field Summary
Fields Modifier and Type Field Description 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()
final String
getTypeCode()
final String
getPortalGroupId()
final Double
getTravelTime()
final Boolean
getIsPortal()
final Location
getLocation()
Boolean
equals(Object other)
Integer
hashCode()
Unit
writeToParcel(Parcel parcel, Integer flags)
Integer
describeContents()
-
-
Constructor Detail
-
ARPathNode
ARPathNode(Parcel parcel)
-
-
Method Detail
-
getArLocation
final ARLocation getArLocation()
-
getTypeCode
final String getTypeCode()
-
getPortalGroupId
final String getPortalGroupId()
-
getTravelTime
final Double getTravelTime()
-
getIsPortal
final Boolean getIsPortal()
-
getLocation
final Location getLocation()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-