Device location retrieval.
Query the cellular network for a device's current position via the CAMARA Location Retrieval API. Each lookup is logged locally — the three most recent readings are shown below.
Sandbox test numbers:
+1 206 555 0100
+1 206 555 0101
+1 206 555 0102
About the sandbox — This page calls a PHP proxy at nokia-location-proxy.php on your own server, which forwards the request to Nokia's CAMARA Location Retrieval API and keeps your application key server-side. The sandbox returns simulated coordinates for test phone numbers; real numbers require operator agreements and per-device consent.
About "last 3 locations" — Nokia's API returns the device's current location on each call; it does not expose location history. This page stores each successful reading in your browser's localStorage (keyed per phone number) and shows the three most recent. For server-side history, run a cron job that calls the proxy on a schedule and writes results to Supabase.