This repo contains sample applications demonstrating different ways to integrate with the Mappedin SDK for iOS to render maps and build a custom indoor mapping experience. To learn more about ways to integrate with Mappedin, refer to developer.mappedin.com.
The Mappedin SDK for iOS enables you to build powerful and highly flexible indoor mapping experiences natively on iOS.
To read more about the Mappedin SDK for iOS, refer to Getting Started with Mappedin SDK for iOS and additional guides in the Mappedin developer docs.
The sample projects in this repo provide a key and secret to access demo maps. Production apps will need their own key and secret. Refer to Create a Key & Secret for instructions on how to create your own.
The following table lists the sample activities that pertain to the latest version of the Mappedin SDK for iOS.
| Sample Name | Description | Guide |
|---|---|---|
| DisplayMapDemoViewController | The most basic example do show a map. | Getting Started |
| AreaShapesDemoViewController | Demonstrates using shapes to show areas and route directions around closed areas. | Coming Soon |
| BuildingFloorSelectionDemoViewController | Demonstrates switching between maps for venues with multiple floors and or multiple buildings. | Coming Soon |
| CameraDemoViewController | Demonstrates how to move the camera. | Coming Soon |
| Image3DDemoViewController | Demonstrates how to add images on a map. | Coming Soon |
| InteractivityDemoViewController | Demonstrates how to capture and act on touch events. | Coming Soon |
| LabelsDemoViewController | Demonstrates adding rich labels to the map. | Coming Soon |
| MarkersDemoViewController | Demonstrates adding HTML Markers to the map. | Coming Soon |
| ModelsDemoViewController | Demonstrates adding 3D models to the map. | Coming Soon |
| NavigationDemoViewController | Demonstrates wayfinding and navigation across multiple floors. | Coming Soon |
| PathsDemoViewController | Demonstrates how to draw a path between two rooms. | Coming Soon |
| QueryDemoViewController | Demonstrates how to find the nearest room based on a coordinate and click event. | Coming Soon |
| SearchDemoViewController.swift | Demonstrates how to use the suggest and search feature. | Coming Soon |