gpt4 book ai didi

android - 使用 android map v2 的 3d map View

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:51:07 27 4
gpt4 key购买 nike

我已经检查了这里关于使用 android map v2 的 3d map View 的几个链接和帖子,例如:

3D Polyline (or any path) in Google Maps API v2

http://android-developers.blogspot.in/2012/12/new-google-maps-android-api-now-part-of.html

http://googlegeodevelopers.blogspot.com.ar/2012/12/better-maps-in-your-android-apps.html

http://nutiteq.github.io/hellomap3d/

3D maps library for android

我还检查了 Trulia、Expedia Hotels 和 FlightTrack 链接,他们做得很好,但不知何故我找不到证明这一点的方法

我什至通过这个链接查看了全景 View : https://code.google.com/p/panoramagl-android/wiki/UserGuide

但我仍然无法使用 android map v2 实现 3d map View

可能是我漏掉了什么

任何人都可以给我一个简单的教程或示例,以正确显示如何在 v2 而非 v3 或 web View 中以 3d View 显示 map

谢谢

最佳答案

最后我找到了答案, map v2 中有默认的 3d map ,而且它只在纽约、加拿大等地启用。使用这个代码

它完美地工作并尝试倾斜 View ,可以通过将两根手指放在 map 上并向下拖动两根手指来制作它,魔法就会发生希望它对你有用

          CameraPosition cameraPosition = new CameraPosition.Builder()
.target() // Sets the center of the map to
.zoom() // Sets the zoom
.bearing() // Sets the orientation of the camera to east
.tilt() // Sets the tilt of the camera to 30 degrees
.build(); // Creates a CameraPosition from the builder
mapp.animateCamera(CameraUpdateFactory.newCameraPosition(
cameraPosition));

关于android - 使用 android map v2 的 3d map View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18316020/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com