java.lang.Object | |
↳ | com.esri.android.map.popup.PopupContainer |
Class containing multiple Popup
s and allowing to swipe through them.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PopupContainer(MapView mapView)
Constructor taking a MapView.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addPopup(Popup popup)
Adds the popup.
| ||||||||||
Popup |
getCurrentPopup()
Gets the current popup.
| ||||||||||
int |
getCurrentPopupIndex()
Gets the current popup index.
| ||||||||||
PopupContainerView |
getPopupContainerView()
Gets the popup container view.
| ||||||||||
int |
getPopupCount()
Gets the popup count.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructor taking a MapView.
mapView | the map view |
---|
Gets the current popup index.
Gets the popup container view.
Gets the popup count.