{label} { e.preventDefault(); focusInput(); }} >
{#await results}
Searching...
{:then results} {#if results.results && results.results.length === 0} {#if searchQuery.length < 2}
Start typing to search or use GPS to detect your position
{:else} No locations found for "{searchQuery}". Try a different term. {/if} {:else if !results.results} No locations found {:else}
{#each results.results || [] as location, i (i)} {/each}
{/if} {:catch error} Error: {error.message} {/await}