Connectivity (API Reference)
Package com.here.sdk.mapdata
Class Connectivity
java.lang.Object
com.here.sdk.mapdata.Connectivity
A class that provides information about link id and accessibility.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of transport types which have accessLink ID -
Constructor Summary
ConstructorsConstructorDescriptionConnectivity(DirectedOCMSegmentId directedSegmentId, List<TransportType> access) Creates a new instance. -
Method Summary
-
Field Details
-
directedSegmentId
Link ID
-
access
The list of transport types which have access
-
-
Constructor Details
-
Connectivity
public Connectivity(@NonNull DirectedOCMSegmentId directedSegmentId, @NonNull List<TransportType> access) Creates a new instance.
- Parameters:
directedSegmentId-Link ID
access-The list of transport types which have access
-
-
Method Details