AddressRanges

fun AddressRanges(    rangeLeft: String = "",     rangeRight: String = "",     from: GeoCoordinate?,     to: GeoCoordinate?)

Parameters

rangeLeft

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

rangeRight

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

from

The start point of a street segment.

to

The end point of a street segment.