show
Sets the content and location of the callout and shows it.
Since
200.2.0
Parameters
the View to display in the callout
the geographical location at which to display the callout
offset in screen coordinates from the geographical location at which to place the callout
Sets the content and location of the callout for the given GeoElement and shows it.
The callout location will be determined relative to the tapLocation specified. The callout will be placed at the tapLocation if the tapLocation lies inside the given geoElement's geometry. If the tapLocation is outside the geoElement's geometry then the callout will be displayed at the vertex or coordinate of the geoElement's geometry closest to it. If no tapLocation is provided the callout will be placed at the center of the extent of the specified geoElement's geometry.
Since
200.2.0
Parameters
the View to display in the callout
the GeoElement related to the callout
a Point the user has tapped, or null if the callout is not associated with a tap
Throws
if GeoElement.geometry is null