TomTom Maps for JavaScript
    Preparing search index...

    Variable locatePlaceConst

    locatePlace: (
        query: string,
        queryAs: QueryAs,
        bias?: LocateBias,
    ) => Promise<Place | null>

    Convenience wrapper around locatePlaces for the single-result case.

    Type Declaration