3D maps library for android

后端 未结 4 1364
暗喜
暗喜 2020-12-16 16:53

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.

相关标签:
4条回答
  • 2020-12-16 17:12

    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

    enter image description here

    0 讨论(0)
  • 2020-12-16 17:15

    We do provide one: Nutiteq 3D Maps SDK. This is SDK, not an application.

    Nutiteq SDK 2.0 sample

    0 讨论(0)
  • 2020-12-16 17:16

    I want to mention this solution: http://www.eegeo.com

    It is crossplatform service with 3D modelling, routes tracking, traffic visualizing and a lot of other cool stuff.

    0 讨论(0)
  • 2020-12-16 17:25

    If you are looking for a 3D globe visualisation, you can use Gesium. Here is Hello World example.

    0 讨论(0)
提交回复
热议问题