sdk-search / com.tomtom.online.sdk.search.data.common / AddressRanges

AddressRanges

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".

Constructors

<init>

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".

Properties

from

var from: LatLng!

The beginning point of a street segment. -- GETTER --

rangeLeft

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 --

rangeRight

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 --

to

var to: LatLng!

The end point of a street segment. -- GETTER --