TomTom Maps for JavaScript
    Preparing search index...

    Type Alias GeometriesEvents

    GeometriesEvents: CombinedEvents<
        MapGeoJSONFeature,
        GeometriesModuleConfig,
        PolygonFeatures,
    > & {
        geometry: UserEvents<MapGeoJSONFeature>;
        geometryLabel: UserEvents<MapGeoJSONFeature>;
    }

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

    Type Declaration