室内地图为私人楼宇图为、楼宇、私人、内地

2023-09-13 00:03:33 作者:XX不熬夜

我想创建一个应用程序,以显示建筑物的室内地图,并打开当有人点击任何部分建筑物的对话框。它类似于室内谷歌地图6.0 Android.But室内地图​​目前在美国和日本选择的位置可用。

i am trying to create a application to show indoor map of a building,and open the dialog box when anyone click on the any part of that building. It's similar to Indoor Google Maps 6.0 for Android.But Indoor maps are currently available in selected locations in the U.S. and Japan only.

我没有得到我应该用什么的WebView(因为它滚动和缩放功能)或ImageView的。如何显示地图像谷歌地图吗?我应该怎样从一个部分保存方向建筑物的其他部分?

I am not getting what i should use a WebView (because it has scrolling and zoom features) or an ImageView. how to show a marker in the image of map like google map ?How i should save the direction from one part to another part of the building ?

建议是极大的AP preciated。谢谢

Suggestions are greatly appreciated. Thanks

推荐答案

ImageView的或许可以给你一个快速和肮脏的版本,但WebView功能可能会更好。看看从Micello 的绘图API和的使用谷歌地图API对室内映射这个谷歌I / O谈话。

ImageView can probably get you a quick-and-dirty version, but WebView would probably be better. Check out the mapping API from Micello, and this Google I/O talk on indoor mapping using the Google Maps API.

一些其他的参考应用程序来查看: PointInside , Aisle411 ,经络。

A few other reference apps to look at: PointInside, Aisle411, Meridian.

我的启动,BuildingLayer,确实一些室内地图的东西的为好。我们使用传单了前面,这是黄油顺利在iOS上的移动Safari浏览器,但你失去了捏变焦能力的股票Android浏览器(长相类似这样的问题正在解决与移动Chrome浏览器和。安卓ICS)

My startup, BuildingLayer, does some indoor map stuff as well. We use Leaflet out front, which is buttery smooth on iOS's Mobile Safari, but you lose pinch-zoom capabilities in the stock Android browser (looks like this issue is being resolved with Mobile Chrome & Android ICS).