Lookup
The Lookup package provides classes to acquire and evaluate specific details and rich content associated with a single entity. The main features are executed within Get Entity Detail.
Please see the API reference for the main classes related to Lookup.
Get Entity Details
This feature retrieves detailed information about an entity. The id is usually retrieved from a previous entity search results list. The entity details will be dependent on the entity type which are an address or POI. Generally, the entity details will be evaluated to determine entity detail results type and developer will build logic based on entity detail results type.
Key methods
Method | Details |
---|---|
ids(ids: [String]) | The unique id list of the address or POI entity |
Sample code
1 2 3 4 5 6 7 8 9 10 11 12 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
Response example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|