TomTom Maps for JavaScript
    Preparing search index...

    Type Alias PlacesEvents

    PlacesEvents: CombinedEvents<
        MapGeoJSONFeature,
        PlacesModuleConfig,
        PlacesShownFeatures,
    > & {
        connections: UserEvents<MapGeoJSONFeature>;
        places: UserEvents<Place<DisplayPlaceProps>>;
    }

    Event surface of PlacesModule: the module's own events, plus one named scope per surface it manages.

    Type Declaration