NSDK_TollInformation

@interface NSDK_TollInformation : NSObject

Toll and ecotaxe information.

@author PTV AG Karlsruhe

  • Returns the length of the toll segments on route.

    Declaration

    Objective-C

    - (int)getTotalLengthToll;

    Swift

    func getTotalLengthToll() -> Int32

    Return Value

    length of the toll segments.

  • Returns the length of the ecotaxe segments on route.

    Declaration

    Objective-C

    - (int)getTotalLengthTruckToll;

    Swift

    func getTotalLengthTruckToll() -> Int32

    Return Value

    length of the ecotaxe segments.

  • Returns the toll color information of the trace.

    Declaration

    Objective-C

    - (NSDK_TraceColor *)getColorToll;

    Swift

    func getColorToll() -> NSDK_TraceColor!

    Return Value

    color class of the toll segments on route.