java.lang.Object | |
↳ | com.carto.vectorelements.CustomPopupHandler |
A handler class for custom popups. The handler is responsible for drawing the popup
and reponding to click events.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CustomPopupHandler() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
Bitmap |
onDrawPopup(PopupDrawInfo popupDrawInfo)
Handler method that gets called when the popup needs to be drawn to a bitmap.
| ||||||||||
boolean |
onPopupClicked(PopupClickInfo popupClickInfo)
Handler method that gets called when the popup is clicked
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Handler method that gets called when the popup needs to be drawn to a bitmap.
popupDrawInfo | The information about the popup to be rendered. |
---|
Handler method that gets called when the popup is clicked
popupClickInfo | The information about the popup click event. |
---|