Class PlaceChain
Package com.here.sdk.search
Class PlaceChain
- java.lang.Object
-
- com.here.sdk.search.PlaceChain
-
public final class PlaceChain extends java.lang.ObjectParameters related to HERE Places chain system.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringidIdentifier number for an associated chain.
-
Constructor Summary
Constructors Constructor Description PlaceChain(java.lang.String id)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
id
@NonNull public java.lang.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 Detail
-
PlaceChain
public PlaceChain(@NonNull java.lang.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.
-
-