Class AddressRanges

java.lang.Object
com.azure.maps.search.models.AddressRanges

public final class AddressRanges extends Object
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.models.GeoPosition
    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
    Get the to property: A location represented as a latitude and longitude using short names 'lat' & 'lon'.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AddressRanges

      public AddressRanges()
  • Method Details

    • getRangeLeft

      public String getRangeLeft()
      Get the rangeLeft property: Address range on the left side of the street.
      Returns:
      the rangeLeft value.
    • getRangeRight

      public String 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.