Skip to content

Instantly share code, notes, and snippets.

@AlexPrestonSB
Created November 5, 2019 23:01
Show Gist options
  • Save AlexPrestonSB/7fb891e7c5a88ff4bc23be71ba96a7df to your computer and use it in GitHub Desktop.
Save AlexPrestonSB/7fb891e7c5a88ff4bc23be71ba96a7df to your computer and use it in GitHub Desktop.
Sample showing the MapView implementation
<com.google.android.gms.maps.MapView
android:id="@+id/map_gchat_me"
android:layout_width="@dimen/thumbnail_width"
android:layout_height="@dimen/thumbnail_height"
map:liteMode="true" //Used to display the icons for “Directions”, and “Location” on View
map:mapType="none" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment