Callout
class Callout
Draws a callout on a geo view. A callout displays an Android View that contains text and/or other content. It has a leader that points to the location that callout refers to. The body of the callout is a rectangular area with curved corners that contains the content view provided by the application. A thin border line is drawn around the entire callout.
The application must get a Callout object from the geo view by calling GeoView.callout. This always returns the same object for a particular geo view. There are then two alternative ways to set the content and location and show the callout:
Set content, set location, and show all in a single call to show
Set content, set GeoElement, and show all in a single call to show
Since
200.2.0