Kishan Dhamat
Kishan Dhamat

Reputation: 3784

Show City/Road/State/Country Label in satellite viewGoogle Map V2 Android

Hello I am using Google Maps API v2 for displaying the maps in android. Now I want to display Place labels in the satellite view. like SATUN , PERLIS etc... Though In the normal map view it is showing. Anybody know how to achieve that in satellite view?

Satellite Image Simple Map

Upvotes: 1

Views: 1600

Answers (1)

Rishad Appat
Rishad Appat

Reputation: 1806

    map.setMapType(GoogleMap.MAP_TYPE_HYBRID);                                            

This code will change the map type to hybrid which have both satellite and place name...

Upvotes: 10

Related Questions