Hi guys.
I am trying to make only satellite view without label.
How to do it ?
Thanks.
Hi guys.
I am trying to make only satellite view without label.
How to do it ?
Thanks.
If by "label" you are referring to placename labels (e.g., towns, buildings), there is no API in Android to disable those AFAICT.
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.