Class TollSystem

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

public final class TollSystem extends Object

Contains informations about a toll system.

  • Field Details

    • systemName

      @NonNull public String systemName

      The name of the toll system.

    • tollCosts

      @NonNull public List<TollCost> tollCosts

      The costs for the toll system.

  • Constructor Details

    • TollSystem

      public TollSystem(@NonNull String systemName)

      Creates a new instance.

      Parameters:
      systemName -

      The name of the toll system.

  • Method Details