Class RouteRange

java.lang.Object
com.azure.maps.route.models.RouteRange

public final class RouteRange extends Object
Reachable Range.
  • Constructor Details

    • RouteRange

      public RouteRange()
  • Method Details

    • getCenter

      public com.azure.core.models.GeoPosition getCenter()
      Get the center property: Center point of the reachable range.
      Returns:
      the center value.
    • getBoundary

      public List<com.azure.core.models.GeoPosition> getBoundary()
      Returns a list of GeoPosition coordinates.
      Returns:
      a list of GeoPosition representing the boundary.