离线地图在Android的增强现实应用程序 [英] Offline Map for augmented reality application in android

查看:200
本文介绍了离线地图在Android的增强现实应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚集中制定离线基础增强现实地图应用程序。香港专业教育学院通过 Mixare 了codeS和需要进行脱机(没有互联网)AR应用。任何想法?

Ive just focused to develop an augmented reality map application for offline basis. Ive gone through Mixare codes and need to make offline(without internet) AR application. Any ideas?

推荐答案

您好我最近创建了mixare脱机应用程序。我使用插件使得它。
该项目可以在这里找到: https://github.com/abduegal/Arena-mixare

Hi I recently created an offline application with mixare. I made it with the use of plugins. The project can be found here: https://github.com/abduegal/Arena-mixare

随着关于如何使用插件的一些文档: https://github.com/abduegal/ mixare /维基

Along with some documentation on how to use plug-ins: https://github.com/abduegal/mixare/wiki

我基本上都在创造mixare的发射器,并与一些插件捆绑它。我overrided在我的插件的和做的,我是能够创造一个离线版本mixare的一些功能。

What I basically did was creating a launcher of mixare and bundle it with some plugins. I overrided some functions of mixare in my plugin's and by doing that I was able to create an offline version.

该OfflineConverter在线数据源转换为脱机数据源:<一href=\"https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/util/OfflineConverter.java\" rel=\"nofollow\">https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/util/OfflineConverter.java
注意,这是不能够转换音频和视频标记。

The OfflineConverter converts an online datasource to an offline datasource: https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/util/OfflineConverter.java Note that it is not able to convert audio and video markers.

和离线能够标记<一个href=\"https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/OfflineCapableImageMarker.java\" rel=\"nofollow\">https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/OfflineCapableImageMarker.java
是覆盖缺省标记,并打开一个活动,而不是对话框中的一个网页视图的插件。

And the offline capable marker https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/OfflineCapableImageMarker.java is a plugin that overrides the default marker and opens an activity dialog instead of an webview.

您也可以加入mixare谷歌组,如果neccesary寻求帮助。你会得到更快的反应那里。

You could also join the mixare google group and ask for help if neccesary. You will get faster responses there.

这篇关于离线地图在Android的增强现实应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆