Interface gmfDisplayQueryWindowOptions

interface gmfDisplayQueryWindowOptions {
    collapsed?: boolean;
    featuresStyle: StyleLike;
    selectedFeatureStyle: StyleLike;
}

Properties

collapsed?: boolean

If the query result window is collapsed.

featuresStyle: StyleLike

A style object for all features from the result of the query.

selectedFeatureStyle: StyleLike

A style object for the currently selected features.