Hide map borders and labels in android MapFragment -


i have mapfragment object modify, labels: county,street , such wont visible. borders of counties wont visible... i'll topography.

how that?

you can use google maps api styled map wizard, can style maps whatever want like, , apply style static maps, or apply style map.

[   {     "featuretype": "poi",     "stylers": [       { "visibility": "off" }     ]   },{     "featuretype": "transit",     "stylers": [       { "visibility": "off" }     ]   },{     "featuretype": "road",     "stylers": [       { "visibility": "off" }     ]   },{     "featuretype": "administrative",     "stylers": [       { "visibility": "off" }     ]   },{     "featuretype": "water",     "elementtype": "labels",     "stylers": [       { "visibility": "off" }     ]   },{     "featuretype": "landscape",     "elementtype": "labels",     "stylers": [       { "visibility": "off" }     ]   },{   } ] 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -