Zephr Positioning SDK
GPS accuracy can be terrible. Zephr provides high accuracy positioning and localization for Android. Get centimeter-level accuracy for your applications with our advanced sensor fusion technology. The SDK is now available, join the waitlist to be contacted by our team for access.
Advanced Positioning Technology
The Zephr Positioning SDK provides the foundation for precise location and orientation data that powers the Zephr Local AI Platform's spatial AI capabilities.
High-Precision Positioning
Centimeter-level accuracy using advanced sensor fusion and machine learning algorithms.
Real-Time Orientation
Precise 6DoF information for immersive AR and navigation experiences.
Edge Computing
On-device processing for real-time performance with optional cloud enhancement.
Easy Integration
Simple APIs and comprehensive documentation for rapid development and deployment.
Zephr SDK Field Test Metrics
Real-world performance data from extensive field testing across diverse environments.
View detailed test resultsZephr Positioning in Action
The Zephr Positioning SDK delivers centimeter-level accuracy and real-time orientation in real applications and environments.

Precision Orientation
Precise heading knows exactly where you are looking, aligning virtual content with the real world.

High Positional Accuracy
Measured 2X improvement in accuracy over traditional GNSS in both obstructed and open-sky environments.

6DoF Orientation Tracking
Real-time complete 6DoF orientation including sub-meter spatial positioning for dynamic environments.
Perfect Integration with Zephr Local AI Platform
The Zephr Positioning SDK is designed to work seamlessly with the Zephr Local AI Platform. Use the SDK to obtain precise position and orientation data, then leverage the Enhanced Places API or Zephr MCP to enrich that data with contextual place information.
Real-time Position Data
Get precise lat/lng coordinates and orientation information
Contextual Place Data
Enrich position with nearby places and points of interest
Seamless Workflow
Single authentication system and consistent APIs
Integration Example
// Initialize Zephr SDK and request location updates
ZephrLocationManager.start(this)
ZephrLocationManager.requestLocationUpdates(object : ZephrEventListener {
override fun onZephrGnssReceived(event: ZephrGnssEvent) {
val location = event.location
if (location != null) {
// Use position with Zephr Enhanced Places API
val places = zephrAPI.searchPlaces(
lat = location.latitude,
lng = location.longitude,
distance = 10
)
}
}
override fun onPoseChanged(event: ZephrPoseEvent) {
// Handle orientation updates
val yaw = event.yprWithTimestamp?.first?.get(0)
val pitch = event.yprWithTimestamp?.first?.get(1)
val roll = event.yprWithTimestamp?.first?.get(2)
}
})
Use Cases & Applications
From AR experiences to autonomous systems, the Zephr Positioning SDK enables precise location-based applications across industries.
Augmented Reality
Precise positioning and orientation for AR applications requiring accurate spatial anchoring.
Navigation & Maps
Enhanced navigation experiences with precise location and heading information.
Asset Tracking
High-precision tracking of vehicles, equipment, and personnel in complex environments.
OEMs and Telecom
5G 3GPP positioning corrections for commodity GNSS receivers.
Ready to Get Started?
Contact our team to learn more about the Zephr Positioning SDK and how it can power your next location-based application.