This repo contains sample applications demonstrating different ways to integrate with the Mappedin SDK for Android 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 Android enables you to build powerful and highly flexible indoor mapping experiences natively on Android.
To read more about the Mappedin SDK for Android, refer to Getting Started with Mappedin SDK for Android 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 Android.
| Sample Name | Description | Guide |
|---|---|---|
| DisplayMapDemoActivity | The most basic example do show a map. | Getting Started |
| AreaShapesDemoActivity | Demonstrates using shapes to show areas and route directions around closed areas. | Areas & Shapes |
| BuildingFloorSelectionDemoActivity | Demonstrates switching between maps for venues with multiple floors and or multiple buildings. | Building & Floor Selection |
| CacheMapDataDemoActivity | Demonstrates how to use cached map data for quicker reloads. | (Coming Soon) |
| CameraDemoActivity | Demonstrates how to move the camera. | Camera |
| ColorsAndTexturesDemoActivity | Demonstrates how to move the camera. | Images, Textures & Colors |
| Image3DDemoActivity | Demonstrates how to add images on a map. | Images, Textures & Colors |
| InteractivityDemoActivity | Demonstrates how to capture and act on touch events. | Interactivity |
| LabelsDemoActivity | Demonstrates adding rich labels to the map. | Labels |
| LocationsDemoActivity | Demonstrates using location profiles and categories. | Location Profiles & Categories |
| MarkersDemoActivity | Demonstrates adding HTML Markers to the map. | Markers |
| ModelsDemoActivity | Demonstrates adding 3D models to the map. | 3D Models |
| MultiFloorViewDemoActivity | Demonstrates using multi floor view. | Multi Floor View & Stacked Maps |
| NavigationDemoActivity | Demonstrates wayfinding and navigation across multiple floors. | Wayfinding |
| OfflineModeDemoActivity | Demonstrates loading a map from a local MVFv3 (Mappedin Venue Format v3) file. | Coming Soon |
| PathsDemoActivity | Demonstrates how to draw a path between two rooms. | Wayfinding |
| QueryDemoActivity | Demonstrates how to find the nearest room based on a coordinate and click event. | Coming Soon |
| SearchDemoActivity | Demonstrates how to use the suggest and search feature. | Search |
| StackedMapsDemoActivity.kt | Demonstrates how to use the stacked maps. | Multi Floor View & Stacked Maps |
| Text3DDemoActivity.kt | Demonstrates how to use Text3D labels. | Coming Soon |
| TurnByTurnDemoActivity.kt | Demonstrates how to use turn by turn directions. | Turn-by-Turn Directions |
- Mappedin Developer Site
- Mappedin SDK for Android Getting Started Guide
- Mappedin SDK for Android API Docs
- Release Notes