I want to add popover/overlay/hotspot on the streetview of google map in android

怎甘沉沦 提交于 2019-11-30 14:09:58

Even though my question was criticized I found an alternate way to do this.

What i have done is, created Google map street-view using Google map JavaScript api v3 which is compatible with both desktop browser and mobile browsers. And then added that in assest folder of android application package and displayed it on android webview. Then accepting the value of x coordinate from accelerometer and passing it to the webview by webviewInterface on each update and setting the heading of map with it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!