NSDK_TruckWarnings
@interface NSDK_TruckWarnings : NSObject
Warnings (not only) for truck drivers.
@author PTV AG Karlsruhe
-
Returns true, if steep hill downwards.
Declaration
Objective-C
- (BOOL)isSteepHillDownwards;
Swift
func isSteepHillDownwards() -> Bool
Return Value
true, if steep hill downwards - else false.
-
.
- Sets the steep hill downwards information. *
- - parameter: steepHill true, if steep hill downwards - else false.
Declaration
Objective-C
- (void)setIsSteepHillDownwards:(BOOL)steepHill;
Swift
func setIsSteepHillDownwards(_ steepHill: Bool)
-
Returns true, if steep hill upwards.
Declaration
Objective-C
- (BOOL)isSteepHillUpwards;
Swift
func isSteepHillUpwards() -> Bool
Return Value
true, if steep hill upwards - else false.
-
Sets the steep hill upwards information.
Declaration
Objective-C
- (void)setIsSteepHillUpwards:(BOOL)steepHill;
Swift
func setIsSteepHillUpwards(_ steepHill: Bool)
Parameters
steepHill
true, if steep hill upwards - else false.
-
Returns true ist risk of grounding.
Declaration
Objective-C
- (BOOL)isRiskOfGrounding;
Swift
func isRiskOfGrounding() -> Bool
Return Value
true ist risk of grounding - else false.
-
Sets the risk of grounding flag.
Declaration
Objective-C
- (void)setIsRiskOfGrounding:(BOOL)riskOfGrounding;
Swift
func setIsRiskOfGrounding(_ riskOfGrounding: Bool)
Parameters
riskOfGrounding
the risk of grounding flag.
-
Returns true if sharp curves.
Declaration
Objective-C
- (BOOL)isSharpCurves;
Swift
func isSharpCurves() -> Bool
Return Value
true if sharp curves - else false
-
Sets the sharp curves flag.
Declaration
Objective-C
- (void)setIsSharpCurves:(BOOL)sharpCurves;
Swift
func setIsSharpCurves(_ sharpCurves: Bool)
Parameters
sharpCurves
the sharp curves flag.
-
Returns true if lateral wind.
Declaration
Objective-C
- (BOOL)isLateralWind;
Swift
func isLateralWind() -> Bool
Return Value
true if lateral wind - else false.
-
Sets the lateral wind flag.
Declaration
Objective-C
- (void)setIsLateralWind:(BOOL)lateralWind;
Swift
func setIsLateralWind(_ lateralWind: Bool)
Parameters
lateralWind
the lateral wind flag.
-
Returns true, if trees overhanging the street.
Declaration
Objective-C
- (BOOL)isTreeOverhang;
Swift
func isTreeOverhang() -> Bool
Return Value
true, if trees overhanging the street - else false.
-
Sets the tree overhang flag.
Declaration
Objective-C
- (void)setIsTreeOverhang:(BOOL)treeOverhanging;
Swift
func setIsTreeOverhang(_ treeOverhanging: Bool)
Parameters
treeOverhanging
the tree overhang flag.