Remove floor plans from Google Maps Android API v2 -


i creating android application uses google maps api. i've set maptype satellite not show labels, still shows google maps floor plans when zoom area has them. there way make sure don't appear , satellite image?

the options have removing labels using setmaptype(map_type_satellite) or setmaptype(map_type_none). indoor plans can removed setindoorenabled(false).


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -