1 - Basic Topics
01 – Features, requirements, code examples and more
Last Updated: 15/01/2024Situm SDK is a Plug-and-play UX component that will allow you to bring wayfinding capabilities to your apps in no-time. It includes, out of the box: Situm WYF is available as a module for Android, iOS, React Native, Capacitor, Flutter and Cordova*. Since it is based on Situm SDK, its requirements with regard to devices,...
Initialization & common configurations
Last Updated: 12/12/2024Previously, we’ve learned how to create a simple app from the ground app in our Quickstart Guides. In this guide, we will dive-in in the most common configuration steps you must follow to accomplish a successful Situm integration. Setup native projects We have several frameworks that you can use, but each one has different configurations...
FAQs
Last Updated: 16/10/2024Building mode vs global mode, which one should I use ? Building Mode was designed for use cases that only contain a single building for the account. This way Situm knows that there is only one building where we need to calculate the user location. To use this mode remember to obtain the identifier of...
03 – Built-in Wayfinding UI
Last Updated: 02/12/2024Situm SDK can be used to build Wayfinding and Tracking applications, and dozens of use cases within those realms. In this document, we provide a step-by-step guide to use and configure the visual component of our SDKs and plugins, the MapViewer. MapViewer is a web based indoor cartography visualizer with highly detailed maps, that allows you to...
04 – Positioning
Last Updated: 16/10/2024Please note! All the code snippets in this section have been provided for Android. If you use iOS, Cordova or ReactNative you’ll find it easy to translate them appropriately. Before you start! You need to understand how Situm estimates the location and orientation of the phone. A basic indoor & outdoor positioning example Situm provides...
05 – Cartography
Last Updated: 16/10/2024Please note! All the code snippets in this section have been provided for Android. If you use iOS, Cordova or ReactNative you’ll find it easy to translate them appropriately. A basic & complete cartography example Situm provides a complete cartography manager that allows you to: Before you start Before you start: Ready? Let’s go! The...
06 – Routes
Last Updated: 11/06/2024Please note! All the code snippets in this section have been provided for Android. If you use iOS, Cordova or ReactNative you’ll find it easy to translate them appropriately. Situm Dashboard allows you to define the wayfinding paths in your building. Based on this information, Situm SDK is able to compute the route from any...
07 – Navigation
Last Updated: 22/05/2024Please note! All the code snippets in this section have been provided for Android. If you use iOS, Cordova or ReactNative you’ll find it easy to translate them appropriately. As we’ve seen in a previous section, Situm SDK is able to compute static routes from point A to B using the DirectionsManager (Android, iOS, Cordova,...
08 – Remote configuration
Last Updated: 18/06/2024One of the more common challenges with the Situm SDK is using the correct configuration. For instance, you may want to use the GPS while positioning indoor if your building has good signal inside. Knowing what is the best configuration normally takes time and various iterations. Before the version 2.69.0 you had to recompile your...