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() -> Bool

    Return 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

    properties

    the properties

  • The type Properties.

    See more

    Declaration

    Swift

    public class Properties