public class

PopupContainer

extends Object
java.lang.Object
   ↳ com.esri.android.map.popup.PopupContainer

Class Overview

Class containing multiple Popups and allowing to swipe through them.

Summary

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
From class java.lang.Object

Public Constructors

public PopupContainer (MapView mapView)

Constructor taking a MapView.

Parameters
mapView the map view

Public Methods

public void addPopup (Popup popup)

Adds the popup.

Parameters
popup the popup

public Popup getCurrentPopup ()

Gets the current popup.

Returns
  • the current popup

public int getCurrentPopupIndex ()

Gets the current popup index.

Returns
  • the current popup index

public PopupContainerView getPopupContainerView ()

Gets the popup container view.

Returns
  • the popup container view

public int getPopupCount ()

Gets the popup count.

Returns
  • the popup count