Uses of Class
com.esri.core.portal.WebMapLayer

Packages that use WebMapLayer
com.esri.android.map.event Provides interface classes used to handle events from maps and popups. 
com.esri.core.portal Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. 
 

Uses of WebMapLayer in com.esri.android.map.event
 

Methods in com.esri.android.map.event with parameters of type WebMapLayer
 void OnWebMapLoadListener.onWebMapLayerAdd(MapView source, WebMap webmap, WebMapLayer wmlayer, Layer layer, UserCredentials credentials)
          Implements this method to handle the event when adding a WebMapLayer to a MapView.
 MapLoadAction<UserCredentials> OnWebMapLoadListener.onWebMapLoadError(MapView source, WebMap webmap, WebMapLayer wmlayer, Layer layer, Throwable error, UserCredentials credentials)
          Implements this method to handle WebMap loading errors.
 

Uses of WebMapLayer in com.esri.core.portal
 

Methods in com.esri.core.portal that return types with arguments of type WebMapLayer
 List<WebMapLayer> BaseMap.getBaseMapLayers()
          Returns all base map layers
 List<WebMapLayer> WebMap.getOperationalLayers()
          Returns the operational layers of this WebMap.
 



Copyright © 2012. All Rights Reserved.