为我的 Android 应用实施 Google 3D 地图?
is it possible to use the new Google 3D Maps for Android in my app? I'm developing an app and I want to add this.
thanx!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不能。 Google 地图应用程序不再使用我们第三方开发人员使用的 SDK
MapView
。有一天,也许他们会更新它,然后 3D 地图将成为可能,但不是今天。对不起!
更新
地图 V2 允许通过相机倾斜实现 3D 视图,如果您所在的位置支持它们:
You can't. The Google Maps application no longer uses the same SDK
MapView
that we third-party developers use. Someday, perhaps they will update it, and then 3D maps will be possible, but not as of today.Sorry!
UPDATE
Maps V2 allows 3D views, via camera tilt, if you are in a location that supports them:
我们创建了这个:Nutiteq 3D 地图 SDK。这是一个 SDK,而不是应用程序,因此您可以在应用程序中使用它来替代 Google Maps SDK。
We have created this one: Nutiteq 3D Maps SDK. This is a SDK, not application, so you can use it in your apps as replacement of Google Maps SDK.