Skip to content

Latest commit

 

History

History
 
 

change-basemaps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Change Basemaps

Change Basemaps App

The Change Basemaps sample app shows how you can change basemaps from an Android Navigation Drawer.

Features

  • ArcGISMap
  • MapView
  • Basemap
  • ViewPoint

Developer Pattern

The selectBasemaps() method switches Basemaps based on the position of the navigation drawer selection. The Basemap is created from create methods on a Basemap object.

mMap.setBasemap(Basemap.createStreets());