Popup constructor
- required GeoElement geoElement,
- PopupDefinition? popupDefinition,
Creates a new popup from a geo element and a popup definition.
If the popup definition is null, a default one will be created from the geo element.
Parameters:
geoElement— The GeoElement for the popup, such as a Feature or Graphic.popupDefinition— A PopupDefinition.