TomTom Maps for JavaScript
    Preparing search index...

    Type Alias PlacesShownFeatures

    PlacesShownFeatures:
        | { places: ShownPlaces }
        | { connections: PlaceConnectionDisplay[] }

    What places.events.on('shown-features', ...) receives: whichever of places or connections was just rendered.