Road
public class Road: CMCodeName
Copyright © 2017 Nexusgeographics All rights reserved.
The Road Class.
See also
CMCodeName-
Road line string.
Declaration
Swift
public func roadLine() -> String?Return Value
the string
-
Has properties.
Declaration
Swift
public func hasProperties() -> BoolReturn Value
true if has properties
-
Gets properties.
Declaration
Swift
public func getProperties() -> Properties?Return Value
the properties
-
Sets properties.
Declaration
Swift
public func setProperties(properties: Properties?)Parameters
propertiesthe properties
-
The type Properties.
See moreDeclaration
Swift
public class Properties
Road Class Reference