RoadProperties
public class RoadProperties: Road.Properties
Copyright © 2017 Nexusgeographics All rights reserved.
The Road Properties Class.
-
Has km.
Declaration
Swift
public func hasKm() -> BoolReturn Value
true if has km
-
Gets km.
Declaration
Swift
public func getKm() -> Int?Return Value
the km
-
Sets km.
Declaration
Swift
public func setKm(km: Int?)Parameters
kmthe km
RoadProperties Class Reference