GoogleMapOptions options = new GoogleMapOptions().liteMode(true);
<fragment xmlns:android="http://schemas.android.com/apk/res/android" xmlns:map="http://schemas.android.com/apk/res-auto" android:name="com.google.android.gms.maps.MapFragment" android:id="@+id/map" android:layout_width="match_parent" android:layout_height="match_parent" map:liteMode="true"/>
Give us feedback in our Product Forums.