GeoCompass
GPS & Gyroscope Navigation
N
E
S
W
{Array.from({length: 36}).map((_, i) => {
const angle = i * 10;
const rad = angle * Math.PI / 180;
const x = 50 + 45 * Math.sin(rad);
const y = 50 - 45 * Math.cos(rad);
return `
`;
}).join('')}
Current Location
31° 47′ 0″ N, 35° 13′ 0″ E
GPS Active
Gyroscope Active
12:34 PM
Made with
DeepSite - 🧬 Remix