LocationProvider Interface @beta
Provides geocoding — converting a query string to a geographic location.
Methods
| Name | Description | |
|---|---|---|
| getLocation(query: string): Promise<GlobalLocation | undefined> | Return the location for a query string, or undefined if not found. |
Defined in
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.