{#snippet prompt()}
(hideSuggestion = true) }}> {#if suggestionContainer}
{/if}
{#if !hideSuggestion} {#each suggestedPlaces as place (place.latitude + place.longitude)} {/each} {/if}
{$t('pick_a_location')}
{#await import('$lib/components/shared-components/map/Map.svelte')} {#await delay(timeToLoadTheMap) then}
{/await} {:then { default: Map }} (point = selected)} showSettings={false} rounded /> {/await}
{/snippet}