| java.lang.Object | |
| ↳ | com.esri.core.portal.WebMapPopupInfo |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getLayerUrl()
Gets the layer url.
| ||||||||||
| PopupInfo |
getPopupInfo()
Gets the popup info.
| ||||||||||
| void |
setLayerUrl(String layerUrl)
Sets the layer url.
| ||||||||||
| void |
setPopupInfo(PopupInfo popupInfo)
Sets the popup info.
| ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static WebMapPopupInfo | fromJson(JsonParser parser) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the popup info.
| popupInfo | the mPopupInfo to set |
|---|