Steerpath iOS SDK - Getting started

Smart SDK Documentation (Recommended)

Core SDK Documentation

To incorporate the Steerpath iOS SDK for indoor positioning, maps and wayfinding into your project, you add it as a dependency through cocoapods:

The full API is accessible for apps written in both Swift and objective-c.

Examples

We have example code for performing the most common tasks available through our code repository. These are a quick way to familiarize yourself with how the SDK can be used.

basic_map.png

Basic map view

Demonstrates how to include map into an app.

Objective-C example

screen_cutted_android.png

Blue-dot & indoor positioning

How to enable indoor positioning into your app.

Objective-C example

Screen Shot 2017-09-21 at 15.40.16.png

Basic routing and wayfinding

Route from users current location to a point of interest or an arbitary location.

Swift example / Objective-C example

iOS demo app source code