Uses of Class
com.esri.core.map.popup.PopupInfo

Packages that use PopupInfo
com.esri.android.map Provides classes for all the different elements of a map. 
com.esri.android.map.ags Contains the classes for the available map layer types. 
com.esri.core.map.popup Contains classes that are used to define popups on the map. 
com.esri.core.portal Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. 
 

Uses of PopupInfo in com.esri.android.map
 

Methods in com.esri.android.map that return PopupInfo
 PopupInfo Layer.getPopupInfo(int sublayerId)
          Gets the PopupInfo associated with the sub-layer id.
 

Methods in com.esri.android.map with parameters of type PopupInfo
 PopupView PopupContainer.addPopupView(PopupInfo popUpInfo, Graphic graphic)
          Add a single PopupView to this PopupContainer.
 

Method parameters in com.esri.android.map with type arguments of type PopupInfo
 void Layer.setPopupInfos(Map<Integer,PopupInfo> popUpInfos)
           
 

Constructors in com.esri.android.map with parameters of type PopupInfo
PopupView(android.content.Context context, PopupInfo popUpInfo, Graphic graphic)
          Constructor for PopupView that creates a popup based on a PopupInfo and a Graphic.
 

Uses of PopupInfo in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags that return PopupInfo
 PopupInfo ArcGISFeatureLayer.getPopupInfo()
          Gets the PopupInfo associated with this feature layer.
 PopupInfo ArcGISFeatureLayer.getPopupInfo(int sublayerId)
          Gets the PopupInfo associated with the sub-layer id.
 

Method parameters in com.esri.android.map.ags with type arguments of type PopupInfo
 void ArcGISFeatureLayer.setPopupInfos(Map<Integer,PopupInfo> popUpInfos)
           
 

Uses of PopupInfo in com.esri.core.map.popup
 

Methods in com.esri.core.map.popup that return PopupInfo
static PopupInfo PopupInfo.fromJson(org.codehaus.jackson.JsonParser parser)
          Constructs a PopupInfo object from its JSON representation.
 

Uses of PopupInfo in com.esri.core.portal
 

Methods in com.esri.core.portal that return types with arguments of type PopupInfo
 Map<Integer,PopupInfo> WebMapLayer.getAllPopUpInfos()
           
 



Copyright © 2012. All Rights Reserved.