Optional_Accumulated analysis results linked to this entry.
Optional_Lazy place-id → Place index, built on first ID lookup through PlacesState.findPlaceById.
Optional_Lazy place-id → boundary polygon index, built on first lookup through PlacesState.getGeometryForPlace.
Optional_Per-entry display modules. An entry is rendered under at most one marker theme at a time,
so a single PlacesModule covers all themes — _showEntryAs rethemes it via applyTheme.
A dedicated GeometriesModule renders the entry's boundary polygons.
Lazy-initialised via PlacesState helpers — undefined until first show.
Optional_The marker theme currently rendering this entry, or undefined when hidden.
OptionalconnectionsConnections (lines between places) produced alongside this entry, rendered via PlacesModule.showConnections.
OptionalgeometriesBoundary polygons attached to this entry. One feature per place that has a geometry data
source (populated lazily via PlacesState.fetchPlaceGeometry), or a standalone result list
produced by tools like processData. Each feature's id is the geometry-data-source id
(place.properties.dataSources.geometry.id), matching the response shape of geometryData.
A single entry in the place search history.