Geometry base and display properties.
Combines complete place information with geometry-specific display properties for rendering polygon features on the map.
Used by the GeometriesModule for rendering:
Includes both geographic/metadata and visual styling properties.
const geometry: DisplayGeometryProps = { type: 'Polygon', id: 'geom-123', title: 'Amsterdam', color: '#0080FF', address: { municipalitySubdivision: 'Amsterdam', countryCode: 'NL' }}; Copy
const geometry: DisplayGeometryProps = { type: 'Polygon', id: 'geom-123', title: 'Amsterdam', color: '#0080FF', address: { municipalitySubdivision: 'Amsterdam', countryCode: 'NL' }};
Geometry base and display properties.
Combines complete place information with geometry-specific display properties for rendering polygon features on the map.