0

I'd like to get the activeLevel, preferably from a callback along the lines of

- (void) didChangeActiveLevel: (GMSIndoorLevel *) level

from GMSIndoorDisplayDelegate. Forgive me if this is a duplicate, but in terms of an answer, I have found nothing in the docs or online about this. This is very surprising since I figured Google would have this implemented on their native android SDK if the same functionality can be found in iOS. Any help/insight will be appreciated. Thanks.

4

1 回答 1

2

截至 2013 年 8 月的最新版本,google maps android api V2不提供任何选项来控制室内地图的更精细细节,例如检测当前地图视图是否有任何室内地图、检测正在显示的楼层或控制正在显示的楼层等。

唯一可用的设置是在给定的地图视图中启用/禁用室内地图setIndoorEnabled()

希望谷歌将 ios sdk 中可用的功能也添加到 android api,但我没有看到任何与在 android api V2 中添加室内地图选项相关的功能请求

于 2013-09-11T05:19:09.410 回答