Class OperatingHours

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

public final class OperatingHours extends Object
Opening hours for a POI (Points of Interest).
  • Constructor Details

    • OperatingHours

      public OperatingHours()
  • Method Details

    • getMode

      public String getMode()
      Get the mode property: Value used in the request: none or "nextSevenDays".
      Returns:
      the mode value.
    • getTimeRanges

      public List<OperatingHoursTimeRange> getTimeRanges()
      Get the timeRanges property: List of time ranges for the next 7 days.
      Returns:
      the timeRanges value.