StreetProperties
public class StreetProperties: Road.Properties
Copyright © 2017 Nexusgeographics All rights reserved.
The Street Properties Class.
-
Has house numer boolean.
Declaration
Swift
public func hasHouseNumber() -> BoolReturn Value
the boolean
-
Gets house numer.
Declaration
Swift
public func getHouseNumber() -> String?Return Value
the house numer
-
Sets house numer.
Declaration
Swift
public func setHouseNumber(houseNumber: String?)Parameters
houseNumerthe house numer
-
Has house numer min boolean.
Declaration
Swift
public func hasHouseNumberMin() -> BoolReturn Value
the boolean
-
Gets house numer min.
Declaration
Swift
public func getHouseNumberMin() -> Int?Return Value
the house numer min
-
Sets house numer min.
Declaration
Swift
public func setHouseNumberMin(houseNumberMin: Int?)Parameters
houseNumerMinthe house numer min
-
Has house numer max boolean.
Declaration
Swift
public func hasHouseNumberMax() -> BoolReturn Value
the boolean
-
Gets house numer max.
Declaration
Swift
public func getHouseNumberMax() -> Int?Return Value
the house numer max
-
Sets house numer max.
Declaration
Swift
public func setHouseNumberMax(houseNumberMax: Int?)Parameters
houseNumerMaxthe house numer max
StreetProperties Class Reference