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
Yes, Mapsted’s advanced Indoor Location technology has a cross-platform development tool kit organized into several modules that make it easy to add our location-based technology into your app.
Mapsted’s technology can be integrated with Andriod and iOS. Mapted’s technology can be integrated with Chrome, Firefox, Safari, and Opera for web integration.
No, Mapsted’s technology does not rely on any external hardware, which makes it easy to implement and maintain.