Taos API Reference
    Preparing search index...

    Interface GeoJsonPick

    A successful GeoJsonLayer.pick: the feature id + its properties + the world hit point.

    interface GeoJsonPick {
        featureId: number;
        properties: GeoProperties;
        position: [number, number, number];
    }
    Index

    Properties

    featureId: number
    properties: GeoProperties
    position: [number, number, number]