Package 

Class EHTollBooth

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class EHTollBooth
     implements Parcelable
                        

    Data model representing EH toll booth.

    Instances are typically immutable after construction. Use builders or factory methods where provided.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Float getOffsetFromLinkStart() The distance from the start point of the link to the shape point, unit: meter.
      final Long getToLinkId() The way id of the to link.
      final List<TollSystemType> getTollSystemTypes() The toll system types of the tollbooth.
      final List<PaymentType> getPaymentTypes() The toll payment types of the tollbooth.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EHTollBooth

        EHTollBooth(Float offsetFromLinkStart, Long toLinkId, List<TollSystemType> tollSystemTypes, List<PaymentType> paymentTypes)
    • Method Detail

      • getOffsetFromLinkStart

         final Float getOffsetFromLinkStart()

        The distance from the start point of the link to the shape point, unit: meter. Default value is Float.MAX_VALUE which indicates invalid value.

      • getToLinkId

         final Long getToLinkId()

        The way id of the to link. Default value is 0 which indicates invalid value.