Turn where a capture happened into a digital address.
Capture verified GPS with its accuracy, reverse-geocode the postal code, and generate a DigiPin, a compact 10-character digital address for any point on the map, so every scan, photo or delivery carries proof of where it was taken. The coordinate-to-DigiPin conversion runs entirely on the device with no network at all, across iOS, Android, Flutter and React Native.
A precise, shareable address for a spot with no street address
A DigiPin is a short hierarchical code, like 4M2-9KC-XYJ7, that maps to a small square on the ground. It is exact enough to find a doorstep, a warehouse gate or a field boundary, and short enough to speak, type or print on a challan.
DigiPin, offline
Convert any latitude/longitude into a 10-character DigiPin instantly, on the device, with no network and no permission prompt. Great for tagging a point you already have.
Verified current location
Fetch the device's location with its accuracy in metres and a timestamp, then get the matching DigiPin, so you know not just where, but how precise the fix was.
Reverse-geocoded postal code
Alongside the coordinates you get the postal code for the point, handy for routing, catchment reporting, and matching to existing address records.
Geo-stamp a capture
Attach the DigiPin and coordinates to a scanned document, an asset photo or a delivery note so the record carries its own proof of place.
Short enough to share
Ten characters in a memorable pattern. It fits on a form, in an SMS, or spoken over a call, where a raw lat/long pair never would.
Trustworthy by design
Pair it with device-trust checks so a location can't be quietly faked, verified place and verified device, together, before a record is accepted.
Built for places the postal address forgot
Across much of India, Africa and the world, a huge share of homes, shops, farms and worksites have no reliable street address. A digital address pins the exact spot without waiting for the map to catch up, which is what makes last-mile delivery, field service and rural onboarding actually work. DigiPin currently covers India and the neighbouring region.
Two ways in: a coordinate, or the current fix
- ✓ Coordinate → DigiPin is a single synchronous call, offline, no permission needed
- ✓ Current-location call returns latitude, longitude, accuracy, time, DigiPin and postal code together
- ✓ Live location uses the OS location permission; the DigiPin maths still runs on-device
- ✓ Stamp the result onto any scan, photo or note from the same SDK
- ✓ One integration ships to iOS, Android, Flutter and React Native
// Any coordinate → DigiPin, instantly, offline String pin = DeviceInfo.generateDigiPin(12.9716, 77.5946); // pin → "4M2-9KC-XYJ7" // Or the current location's DigiPin (needs location permission) DeviceInfo.getInstance(this).getCurrentDigiPin( new DeviceInfo.DigiPinCallback() { public void onPinGenerated(String digiPin) { // stamp it onto the capture / record } public void onError(String e) { } });
Where a digital address does the heavy lifting
Proof of delivery, exactly here
Stamp the DigiPin on the signed delivery note at the doorstep. The record shows the precise drop point, not an approximate street, and the customer can reuse the same code for the next order.
Honest check-in
Technicians check in with a verified location and DigiPin at the job site. Combine with mock-GPS detection so the check-in can't be faked from the depot.
Address where there is none
Give a new customer a digital address during KYC even when their home has no postal address, so the account, the delivery and the service visit all resolve to the same spot.
Geo-stamped field survey
Capture a plot photo with its DigiPin and accuracy for crop, damage or boundary surveys, so the evidence ties to a verifiable location on the ground.
Where the asset actually is
Pair with asset capture to record a DigiPin on every equipment photo, so an audit trail shows exactly where each item was last seen.
Scheme & utility mapping
Tag households, connections and works with a consistent digital address for benefit delivery and infrastructure records, independent of patchy street addressing.
Every major mobile platform · one license can cover all
iOS
Swift · UIKit · SwiftUI
Android
Kotlin · Java · Jetpack Compose
Cross-platform
React Native · Flutter
Part of the Plus tier
Location & DigiPin ships with the Plus tier of the mobile SDK license, alongside the other device-intelligence features. One flat license, no per-lookup fees. Pricing shown in your local currency.
Affordable to all
Digital addressing that a logistics giant and a two-person delivery startup can both ship. Flat annual license, unlimited DigiPins.
Common questions
Explore the rest of the Mobile SDK
One license, every capability — take this and you also get all of these.