setPopupDefinitionOverride

fun setPopupDefinitionOverride(feature: Feature, popupDefinition: PopupDefinition?)

Sets the popup definition override for the given feature in the feature collection table. If a Popup is created from a call to an identify method that returns popups, such as GeoView.identifyLayer, then the Popup.popupDefinition will be the overridden definition if the feature originates from a feature collection.

Since

200.7.0

Parameters

feature

The feature to set the popup definition override for.

popupDefinition

The PopupDefinition. Can be null.

See also