@Beta(2020, 12) data class AddressRanges : Serializable
Address ranges on a street segment.
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).
streetSegmentStart - The beginning point of a street segment.
streetSegmentEnd - The end point of a street segment.
val rangeLeft: String
An address range on the left side of a street segment (assuming looking from the "from" end towards the "to" end). |
|
val rangeRight: String
An address range on the right side of a street segment (assuming looking from the "from" end towards the "to" end). |
|
val streetSegmentEnd: LatLng?
The end point of a street segment. |
|
val streetSegmentStart: LatLng?
The beginning point of a street segment. |