Class GeographicEntityType

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

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

    • COUNTRY

      public static final GeographicEntityType COUNTRY
      Static value Country for GeographicEntityType.
    • COUNTRY_SUBDIVISION

      public static final GeographicEntityType COUNTRY_SUBDIVISION
      Static value CountrySubdivision for GeographicEntityType.
    • COUNTRY_SECONDARY_SUBDIVISION

      public static final GeographicEntityType COUNTRY_SECONDARY_SUBDIVISION
      Static value CountrySecondarySubdivision for GeographicEntityType.
    • COUNTRY_TERTIARY_SUBDIVISION

      public static final GeographicEntityType COUNTRY_TERTIARY_SUBDIVISION
      Static value CountryTertiarySubdivision for GeographicEntityType.
    • MUNICIPALITY

      public static final GeographicEntityType MUNICIPALITY
      Static value Municipality for GeographicEntityType.
    • MUNICIPALITY_SUBDIVISION

      public static final GeographicEntityType MUNICIPALITY_SUBDIVISION
      Static value MunicipalitySubdivision for GeographicEntityType.
    • NEIGHBOURHOOD

      public static final GeographicEntityType NEIGHBOURHOOD
      Static value Neighbourhood for GeographicEntityType.
    • POSTAL_CODE_AREA

      public static final GeographicEntityType POSTAL_CODE_AREA
      Static value PostalCodeArea for GeographicEntityType.
  • Constructor Details

    • GeographicEntityType

      public GeographicEntityType()
  • Method Details

    • fromString

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

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