Class SearchAddressResultType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchAddressResultType>
com.azure.maps.search.models.SearchAddressResultType

public final class SearchAddressResultType extends com.azure.core.util.ExpandableStringEnum<SearchAddressResultType>
Defines values for SearchAddressResultType.
  • Field Details

    • POI

      public static final SearchAddressResultType POI
      Static value POI for SearchAddressResultType.
    • STREET

      public static final SearchAddressResultType STREET
      Static value Street for SearchAddressResultType.
    • GEOGRAPHY

      public static final SearchAddressResultType GEOGRAPHY
      Static value Geography for SearchAddressResultType.
    • POINT_ADDRESS

      public static final SearchAddressResultType POINT_ADDRESS
      Static value Point Address for SearchAddressResultType.
    • ADDRESS_RANGE

      public static final SearchAddressResultType ADDRESS_RANGE
      Static value Address Range for SearchAddressResultType.
    • CROSS_STREET

      public static final SearchAddressResultType CROSS_STREET
      Static value Cross Street for SearchAddressResultType.
  • Constructor Details

    • SearchAddressResultType

      public SearchAddressResultType()
  • Method Details

    • fromString

      public static SearchAddressResultType fromString(String name)
      Creates or finds a SearchAddressResultType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SearchAddressResultType.
    • values

      public static Collection<SearchAddressResultType> values()
      Gets known SearchAddressResultType values.
      Returns:
      known SearchAddressResultType values.