map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface RetrievalOptions

    Options to specify the results for queries.

    interface RetrievalOptions {
        fields?: Record<string, boolean | 0 | 1>;
        geometry?: GeometryOptions & Readonly<Record<string, any>>;
    }
    Index

    Properties

    Properties

    fields?: Record<string, boolean | 0 | 1>

    Determine the fields to be queried. e.g. { geometry: true, id: true, name: true }

    geometry?: GeometryOptions & Readonly<Record<string, any>>

    Options for geometry retrieval.