TomTom Maps for JavaScript
    Preparing search index...

    Type Alias GeometryDataSource

    Data source reference for geometric shape data.

    // Use this ID with the Geometry Data service
    const dataSource: GeometryDataSource = {
    id: 'geom-abc123'
    };
    type GeometryDataSource = {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    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.