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()
Empty constructor for the AddressRanges(rangeLeft: String!, rangeRight: String!, from: LatLng!, to: LatLng!)
Default constructor for the |
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 -- |