Uses of Class
com.esri.android.map.InfoTemplate

Packages that use InfoTemplate
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 Contains classes that define elements from feature and image services. 
 

Uses of InfoTemplate in com.esri.android.map
 

Methods in com.esri.android.map with parameters of type InfoTemplate
 void GraphicsLayer.updateGraphic(int id, InfoTemplate infoTemplate)
          Updates the infotemplate of a graphic specified by id with an infotemplate.
 

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

Fields in com.esri.android.map.ags declared as InfoTemplate
 InfoTemplate ArcGISFeatureLayer.Options.infoTemplate
          The template defines the content to display in the map info window when the user clicks on a feature.
 

Uses of InfoTemplate in com.esri.core.map
 

Methods in com.esri.core.map that return InfoTemplate
 InfoTemplate Graphic.getInfoTemplate()
          Returns the template.
 

Constructors in com.esri.core.map with parameters of type InfoTemplate
Graphic(Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp)
          Instantiates a new Graphic object.
Graphic(int uid, Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp)
          Instantiates a new Graphic object.
 



Copyright © 2012. All Rights Reserved.