Getting Started
In this tutorial, you will build your own app using the React Native bindings, gaining experience with the typical development process when working with the MapsIndoors Software Development Kit (SDK). Furthermore, you should be able to gain an understanding of the basic concepts, tools and terminology commonly used when interacting with the SDK. The goal of this guide is to enable you to develop a basic app, that is able to display a map, and incorporate a few basic features such as searching, directions and Live Data integration.
Parts of this guide rely on having access to a MapsIndoors Solution which supports Live Data Integration. If you do not have access to this through your own Solution, we recommend using our demo API key to access one: d876ff0e60bb430b8fabb145
.
Take-Away Skills
Using the React Native bindings
Display an interactive map with MapsIndoors
Implementing search functionality to interact with the displayed map
Generate and show directions between two points on the map
Display one type of Live Data on the map
Last updated