ApartmentRange | iOS SDK | Urbi Documentation

ApartmentRange

Range of apartments.

public init(
    start: String,
    end: String? = nil
)
Parameters
Properties

Range start/Stored value. Only numeric values are currently possible, and apartments with suffixes are not yet available in the data.

End of range. If absent, the range consists of a single start value. Otherwise it is an arithmetic progression from start to end in steps of 1.