-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class GraphNode extends Feature implements Parcelable
Class representing Nodes for navigation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GraphNode.Companion
-
Method Summary
Modifier and Type Method Description final String
getPortalGroupId()
final Boolean
getIsPortal()
Checks whether the node is a portal type final String
getId()
final Unit
setId(String id)
final String
getEid()
eid
property of Feature returned from POI API.final String
getTypeCode()
final Geometry
getGeometry()
final Location
getLocation()
Boolean
equals(Object other)
Integer
hashCode()
Unit
writeToParcel(Parcel parcel, Integer flags)
Integer
describeContents()
-
-
Constructor Detail
-
GraphNode
GraphNode(Parcel parcel)
-
-
Method Detail
-
getPortalGroupId
final String getPortalGroupId()
-
getIsPortal
final Boolean getIsPortal()
Checks whether the node is a portal type
-
getId
final String getId()
String GUID value representing internal identifier. Corresponds to
fid
property of Feature returned from POI API
-
getEid
final String getEid()
eid
property of Feature returned from POI API. Represents the external identifier.
-
getTypeCode
final String getTypeCode()
-
getGeometry
final Geometry getGeometry()
-
getLocation
final Location getLocation()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-