How can you locate a device that's offline or has no GPS? Discover how telco APIs can verify location with a simple true or false.
#1about 2 minutes
Understanding location verification without using GPS
Location verification uses the mobile network to confirm a device's presence in an area, which is useful for offline devices or those without GPS chips.
#2about 2 minutes
Designing a sightseeing app without GPS
The app architecture consists of a server with a list of cities and a mobile client that sends a phone number for verification.
#3about 4 minutes
Using curl to make the location verification API call
A POST request is sent to the telco API with the phone number (MSISDN) and geographic coordinates to check if the device is within a specified radius.
#4about 3 minutes
Finding nearby sights using the Google Places API
Once a city is confirmed, the server queries the Google Places API with the city's coordinates to retrieve a list of local points of interest.
#5about 6 minutes
Building the frontend with Kotlin Multiplatform
Kotlin Multiplatform (KMP) enables a shared codebase for business logic and UI across different platforms like Android, iOS, and web.
#6about 2 minutes
Understanding the ecosystem of modern Telco APIs
Industry initiatives like Camara and Open Gateway are standardizing how developers access network capabilities through open, accessible APIs.
#7about 4 minutes
Getting started and key API considerations
To use these APIs, developers can sign up on telco portals, but must handle user consent for location verification and be aware of limitations like network roaming.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
04:36 MIN
Using telco location data without GPS or apps
Unleash the power of 5G in your code: transform your apps
06:07 MIN
Exploring practical use cases for network APIs
Opening the Mobile Space with CAMARA’s Network APIs - CAMARA Project
04:06 MIN
Enhancing document certification with network-based verification
Unleash the power of 5G in your code: transform your apps
05:18 MIN
Live demo of preventing fraud with identity APIs
Code meets connectivity - Developers as the powerhouse of Network API innovation
02:29 MIN
Exploring practical applications of network APIs
Code meets connectivity - Developers as the powerhouse of Network API innovation
01:22 MIN
How to find and start using CAMARA APIs
Unleash the power of 5G in your code: transform your apps
04:53 MIN
Demo of a dynamic app with HTMX and Kotlin
How to kill JavaScript from your Stack with HTMX and Kotlin
01:56 MIN
Overview of the three map applications to be built
Creating a routing app with Google Maps API from scratch
Covid-19: A crowdsourced Map For Checking Supermarket Wait Times WorldwideWelcome to this issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Sefik Ilkin Serengil who introduced the audience to his application which helped a lot of people during the covid pandemic.About the speaker:Mik...
Chris Heilmann
All the videos of Halfstack London 2024!Last month was Halfstack London, a conference about the web, JavaScript and half a dozen other things. We were there to deliver a talk, but also to record all the sessions and we're happy to share them with you. It took a bit as we had to wait for th...
Anna Leushchenko
Basic And Advanced Networking in Dart and FlutterMost applications, be it mobile, web, or desktop, depend on some kind of backend. Thus, an API layer is an integral part of application implementation.This six-part series presents tools and approaches that facilitate API layer implementation in Flut...