Qibla

Great-circle bearing to the Kaaba, calculated from your device's location.

{#if status === 'idle'} {:else if status === 'locating'}

Getting your location…

{:else if status === 'error'}

{errorMsg}

{:else if status === 'ready'}
N
{Math.round(bearing)}° from true north
{#if !compassSupported}

No live compass sensor detected — hold a compass app or physical compass and align it to {Math.round(bearing)}°.

{/if}

~{distanceKm?.toLocaleString()} km to Makkah

{/if}