API Reference > imodeljs-frontend > Tiles > BingLocationProvider > getLocation getLocation Method Return the location of a query (or undefined if not found). The strings "Space Needle" (a landmark) and "1 Microsoft Way Redmond WA" (an address) are examples of query strings with location information. These strings can be specified as a structured URL parameter or as a query parameter value. See Bing Location Services documentation for additional information on queries. getLocation(query: string): Promise<undefined | GlobalLocation> Parameter Type Description query string Returns - Promise<undefined | GlobalLocation> Defined in core/frontend/src/BingLocation.ts Line 36 Last Updated: 12 June, 2024