Contact us to learn more about how integrating a flexible hardware-free wayfinding solution into your app can help you save money and enhance customer experience.
Mapsted’s SDK is flexible and allows for quick and
easy integration into your existing app on mobile,
Web, and kiosk.
On mobile, our technology quickly integrates with
the following platforms:
For easy Web integration, Mapsted’s SDK is compatible
with the following browsers:
For more information on how to integrate Mapsted’s SDK into your
application on mobile, Web, or kiosk, please visit our Developer Documentation.
// Setup RoutingCallback
MapstedPositioningApi.getInstance().setRoutingCallback(new RoutingCallback() {
@Override
public void requestRoute(RouteRequest routeRequest) {
// Not used
}
@Override
public void onRouteResponse(RouteResponse routingResponse) {
// Called after a route request is processed
boolean isSuccessful = routingResponse.isSuccessful();
Route route =routingResponse.getCurRoute();
// Note: UI may be updated to show route preview to user
// ...
// If user desires to begin navigation, can be started by using:
MapstedPositioningApi.getInstance().startNavigation();
// Navigation can be cancelled midway through (e.g., user UI interactions) by calling:
MapstedPositioningApi.getInstance().stopNavigation();
}
MOBILE DEV. PLATFORM
WEBSITE INTEGRATION
It’s a toolkit that lets developers add indoor navigation features to apps. Mapsted’s solution is hardware-free and customizable.
It supports Android, iOS and web browsers like Chrome, Firefox, Safari and Opera.
Yes, Mapsted’s indoor navigation SDK is fully compatible with iOS.
It enables location tracking, real-time navigation and better user experiences.
Yes, detailed documentation is available for mobile, web and kiosk integrations.
A location SDK adds location-based features, like navigation and tracking, to apps.
No, Mapsted’s indoor navigation SDK is completely hardware-free.
It offers precise navigation and location tracking, making app experiences smoother and more intuitive.
Yes, Mapsted’s iOS indoor positioning and mapping SDK provides precise navigation and mapping for iOS applications.
Yes, Mapsted’s indoor navigation app iOS SDK enables easy integration of navigation and location tracking features into iOS apps.