I am developing an application for exhibition. I am new to the map concept (tile map)in iOS. In this app I have to show a map of all the exhibition stall(booth). I've searched about tiled map but unable to find proper example and documentation. Can anyone help with the example?
Asked
Active
Viewed 1,087 times
1 Answers
0
You can read in this documentation that indoor floor plans are integrated into the default map tiles for the 'normal' map type (kGMSTypeNormal
), and are automatically enabled when the user zooms in, and fade away when the map is zoomed out. You can use the GMSIndoorDisplay Class to observe or control the display of indoor level data. Here's a video tutorial which might help.

abielita
- 13,147
- 2
- 17
- 59