Class PlaceChain

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

public final class PlaceChain extends Object

Parameters related to HERE Places chain system.

  • Field Details

    • id

      @NonNull public String id

      Identifier number for an associated chain. For example, the chain ID "8778" corresponds to the chain name "ABC Shop". The complete list of supported chain IDs can be found here.

  • Constructor Details

    • PlaceChain

      public PlaceChain(@NonNull String id)

      Creates a new instance.

      Parameters:
      id -

      Identifier number for an associated chain. For example, the chain ID "8778" corresponds to the chain name "ABC Shop". The complete list of supported chain IDs can be found here.

  • Method Details