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

    Interface SpatialQueryExtension

    The SpatialQueryExtension extends the 'ComplexQuery' with static helper methods.

    interface SpatialQueryExtension {
        isSpatialQuery(query: any, queryOptions: ComplexQueryOptions): boolean;
    }
    Index

    Methods

    • Test if a complex query contains spatial operators.

      Parameters

      Returns boolean