Class PlaceFoodType

java.lang.Object
com.here.sdk.search.PlaceFoodType

public final class PlaceFoodType extends Object

Parameters related to HERE Places cuisine system.

  • Field Details

    • id

      @NonNull public String id

      Identifier for an associated food type. For example, the food type ID "200-000" represents the unique culture and flavor of Asia. The complete list of supported food type IDs can be found here.

    • name

      @Nullable public String name

      Name of the food type in the requested language. Ignored when used in PlaceFilter.

    • primary

      public boolean primary

      Whether or not it is a primary food type.

  • Constructor Details

    • PlaceFoodType

      public PlaceFoodType(@NonNull String id)

      Creates a new instance.

      Parameters:
      id -

      Identifier for an associated food type. For example, the food type ID "200-000" represents the unique culture and flavor of Asia. The complete list of supported food type IDs can be found here.

  • Method Details