@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Interface MPQueryParams

    Parameter interface for MPQuery.

    MPQueryParams

    interface MPQueryParams {
        near?: MPPoint;
        query?: string;
        queryProperties?: string[];
    }
    Index

    Properties

    near?: MPPoint

    The query is restricted to entities near this point.

    query?: string

    The queried text (search text).

    queryProperties?: string[]

    A list of properties for this query, Uses MPLocationPropertyNames.