Class Classification

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

public final class Classification extends Object
The classification for the POI being returned.
  • Constructor Details

    • Classification

      public Classification()
  • Method Details

    • getCode

      public String getCode()
      Get the code property: Code property.
      Returns:
      the code value.
    • getNames

      public List<ClassificationName> getNames()
      Get the names property: Names array.
      Returns:
      the names value.