适用于安卓的 3D 地图库 [英] 3D maps library for android

查看:24
本文介绍了适用于安卓的 3D 地图库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道任何免费的具有 3D 功能的安卓地图库?我确定谷歌地图在使用 sdk 库时不支持 3d.

提供者不是问题.我没有用谷歌地图结婚,也没有其他任何人.

以下是可用作我正在尝试完成的示例的应用.

位智

这是 Android 开发者博客现场宣布新 API

这是一个截图新 API 早期采用者 Trulia

Does anybody know any free of charge android maps library that has 3D capabilities? I know for sure that google maps doesn't support 3d when using the sdk library.

The provider is not a problem. I'm not married with google maps, nor any other.

The following are apps that can be used as example of what i'm trying to accomplish.

Waze https://play.google.com/store/apps/details?id=com.waze

Route 66 https://play.google.com/store/apps/details?id=com.route66.maps5

Example

解决方案

I guess this question becomes obsolete now that we have the Google Maps Api V2 is out in the wild. Thanks everyone for taking your time to answer it.

Here's a quick release changelog

The API is now distributed as part of the Google Play services SDK, which you can download with the Android SDK Manager. To learn how to install the package, see Installing the Maps API SDK.

Maps are now encapsulated in the MapFragment class, an extension of Android's Fragment class. Now you can add a map as a piece of a larger Activity. With a MapFragment object, you can show a map by itself on smaller screens, such as mobile phones, or as a part of a more complex UI on larger-screen devices, such as tablets.

Because maps are encapsulated in the MapFragment class, you can implement them by extending the Android standard Activity class, rather than extending the MapActivity used in version 1.

The Maps API now uses vector tiles. Their data representation is smaller, so maps appear in your apps faster, and use less bandwidth.

Caching is improved, so users will typically see a map without empty areas. Maps are now 3D. By moving the user's viewpoint, you can show the map with perspective.

Here's the new API documentation

Here's the Android Developers blog spot announcing the new API

And here's a screenshot of one of the new API early adopters Trulia

这篇关于适用于安卓的 3D 地图库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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