open class AddressRanges : Serializable
The address ranges on a street segment retrieved via a Search Request. Available only for results where the result type is equal to "Address Range".
AddressRanges()
The address ranges on a street segment retrieved via a Search Request. Available only for results where the result type is equal to "Address Range". |
var from: LatLng!
The beginning point of a street segment. -- GETTER -- |
|
var rangeLeft: String!
An address range on the left side of a street segment (assuming looking from the "from" end towards the "to" end). -- GETTER -- |
|
var rangeRight: String!
An address range on the right side of a street segment (assuming looking from the "from" end towards the "to" end). -- GETTER -- |
|
var to: LatLng!
The end point of a street segment. -- GETTER -- |