Package com.azure.maps.search.models
Class AddressRanges
java.lang.Object
com.azure.maps.search.models.AddressRanges
Describes the address range on both sides of the street for a search result. Coordinates for the start and end
locations of the address range are included.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.models.GeoPosition
getFrom()
Get the from property: A location represented as a latitude and longitude using short names 'lat' & 'lon'.Get the rangeLeft property: Address range on the left side of the street.Get the rangeRight property: Address range on the right side of the street.com.azure.core.models.GeoPosition
getTo()
Get the to property: A location represented as a latitude and longitude using short names 'lat' & 'lon'.
-
Constructor Details
-
AddressRanges
public AddressRanges()
-
-
Method Details
-
getRangeLeft
Get the rangeLeft property: Address range on the left side of the street.- Returns:
- the rangeLeft value.
-
getRangeRight
Get the rangeRight property: Address range on the right side of the street.- Returns:
- the rangeRight value.
-
getFrom
public com.azure.core.models.GeoPosition getFrom()Get the from property: A location represented as a latitude and longitude using short names 'lat' & 'lon'.- Returns:
- the from value.
-
getTo
public com.azure.core.models.GeoPosition getTo()Get the to property: A location represented as a latitude and longitude using short names 'lat' & 'lon'.- Returns:
- the to value.
-