Class Connectivity

java.lang.Object
com.here.sdk.mapdata.Connectivity

public final class Connectivity extends Object

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 Details

  • 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