Data source reference for geometric shape data.
// Use this ID with the Geometry Data serviceconst dataSource: GeometryDataSource = { id: 'geom-abc123'}; Copy
// Use this ID with the Geometry Data serviceconst dataSource: GeometryDataSource = { id: 'geom-abc123'};
Geometry ID for the Geometry Data service.
Pass this value to fetch the geometric boundary (polygon or multipolygon) representing the place's shape on the map.
Data source reference for geometric shape data.
Example