{quickAddedLocation.name}
{#if mode === 'lodging'} Click on the map to select a lodging {:else} {$t('adventures.click_map') || 'Click on the map to select a location'} {/if}
{/if} {#if isReverseGeocoding}{selectedLocation.name}
{selectedLocation.location}
{#if selectedLocation.rating}{selectedMarker.lat.toFixed(6)}, {selectedMarker.lng.toFixed(6)}
{#if selectedLocation.types && selectedLocation.types.length > 0}Optional. If not selected, backend defaults to General.