-
- 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
-
Field Summary
Fields Modifier and Type Field Description private final String
portalGroupId
private final Boolean
isPortal
private String
id
private final String
eid
private final String
typeCode
private final Geometry
geometry
private final BoundingBox
boundingBox
private final Map<String, Object>
attributes
private final Map<String, Object>
extraData
private final Location
location
-
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()
final String
getTypeCode()
final Geometry
getGeometry()
final BoundingBox
getBoundingBox()
final Map<String, Object>
getAttributes()
final Map<String, Object>
getExtraData()
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
-
getTypeCode
final String getTypeCode()
-
getGeometry
final Geometry getGeometry()
-
getBoundingBox
final BoundingBox getBoundingBox()
-
getAttributes
final Map<String, Object> getAttributes()
-
getExtraData
final Map<String, Object> getExtraData()
-
getLocation
final Location getLocation()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-