NSDK_SignPostInfo

@interface NSDK_SignPostInfo : NSObject

@author PTV AG Karlsruhe

  • Delivers the maneuver-direction of the SingPostInfo.

    Declaration

    Objective-C

    - (NSString *)getManeuverDirection;

    Swift

    func getManeuverDirection() -> String!

    Return Value

    the maneuver-direction

  • Delivers the target-roadname of the SingPostInfo.

    Declaration

    Objective-C

    - (NSString *)getTargetRoadName;

    Swift

    func getTargetRoadName() -> String!

    Return Value

    the target-roadname

  • Delivers the road-exit-nr1 of the SignPostInfo.

    Declaration

    Objective-C

    - (short)getRoadExitNr1;

    Swift

    func getRoadExitNr1() -> Int16

    Return Value

    the road-exit-nr1

  • Delivers the road-exit-nr2 of the SignPostInfo.

    Declaration

    Objective-C

    - (short)getRoadExitNr2;

    Swift

    func getRoadExitNr2() -> Int16

    Return Value

    the road-exit-nr2

  • Delievers the country-code of the SignPostInfo.

    Declaration

    Objective-C

    - (long)getCountryCode;

    Swift

    func getCountryCode() -> Int

    Return Value

    the country-code

  • Delivers the backcolor of the SignPostInfo.

    Declaration

    Objective-C

    - (long)getSignPostBackColor;

    Swift

    func getSignPostBackColor() -> Int

    Return Value

    the backcolor

  • Delivers the textcolor of the SignPostInfo.

    Declaration

    Objective-C

    - (long)getSignPostTextColor;

    Swift

    func getSignPostTextColor() -> Int

    Return Value

    the textcolor

  • Delivers the framecolor of the SignPostInfo.

    Declaration

    Objective-C

    - (long)getSignPostFrameColor;

    Swift

    func getSignPostFrameColor() -> Int

    Return Value

    the framecolor

  • Delivers the RoadSignBackColor of the SignPostInfo.

    Declaration

    Objective-C

    - (long)getRoadSignBackColor;

    Swift

    func getRoadSignBackColor() -> Int

    Return Value

    the RoadSignBackColor

  • Delivers the RoadSignTextColor of the SignPostInfo.

    Declaration

    Objective-C

    - (long)getRoadSignTextColor;

    Swift

    func getRoadSignTextColor() -> Int

    Return Value

    the RoadSignTextColor

  • Delivers the information roadsign is highway of the SignPostInfo.

    Declaration

    Objective-C

    - (BOOL)getRoadSignIsMotorWay;

    Swift

    func getRoadSignIsMotorWay() -> Bool

    Return Value

    the information roadsign is highway

  • Delivers the information signpost is highway of the SignPostInfo.

    Declaration

    Objective-C

    - (BOOL)getSignPostIsMotorWay;

    Swift

    func getSignPostIsMotorWay() -> Bool

    Return Value

    the information signpost is highway