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
Post a Comment