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