简体   繁体   中英

How to display terrain view of google map in android2.2 application?

I am using google maps in my android2.2 application. In com.google.android.maps.MapView class i found only 2 views satellite view and street view. But, when i am browsing google maps i found terrain as one more view offered when we are displaying map as street view .

I searched many posts in internet, but all are talking about terrain view of google maps in iPhone .

Is it possible to display terrain view in android2.2? If yes please reply me.

Thanks

Firstly, your classname is wrong. It should be com.google.android.maps.MapView . Secondly - No, this is not possible:

See:

  1. Is it possible to show terrain maps with Android MapView class
  2. http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapView.html#setSatellite%28boolean%29

该视图至少在Api的第3版中可用,但是您必须构建自己的应用才能使用它,但是android 4.0 +的Play商店中有一个具有所有视图https://play.google的应用。 com / store / apps / details?id = com.bodo.terrainmap

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM