tags:

views:

46

answers:

2

Hi guys.

I am trying to make only satellite view without label.

How to do it ?

Thanks.

+2  A: 

If by "label" you are referring to placename labels (e.g., towns, buildings), there is no API in Android to disable those AFAICT.

CommonsWare
Thanks for response. I mean roadway, street name, avenue ... etc.
AndroiDBeginner
Same thing -- AFAIK, those are baked into the tiles themselves downloaded from Google, so they cannot readily be turned off, at least on Android.
CommonsWare
Ok, Thanks again. Happy new year coming.
AndroiDBeginner
+1  A: 

There's always the option of using a WebView with the JavaScript Maps API V3. There are a number of upsides to this approach, one of them being the ability to use satellite tiles without labels.

This article on code.google.com describes the basics for this approach and mentions more pros/cons.

Roman Nurik