Use this service to:
// Basic lookup
const params: PlaceByIdParams = {
key: 'your-api-key',
entityId: '528009002822995'
};
// With additional information
const detailedParams: PlaceByIdParams = {
key: 'your-api-key',
entityId: '528009002822995',
openingHours: 'nextSevenDays',
mapcodes: ['Local'],
relatedPois: 'child'
};
Parameters for the Place by ID service.
Combines mandatory and optional parameters for fetching detailed information about a specific place using its unique identifier.