AddressRanges

data class AddressRanges(val rangeLeft: String = "", val rangeRight: String = "", val from: GeoPoint?, val to: GeoPoint?)

Address ranges on a street segment.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun AddressRanges(rangeLeft: String = "", rangeRight: String = "", from: GeoPoint?, to: GeoPoint?)

Properties

Link copied to clipboard

The start point of a street segment.

Link copied to clipboard

An address range on the left side of a street segment (assuming looking from the "from" end towards the "to" end).

Link copied to clipboard

An address range on the right side of a street segment (assuming looking from the "from" end towards the "to" end).

Link copied to clipboard
val to: GeoPoint?

The end point of a street segment.