Properties used to create the IntegrationExtension.

interface IntegrationExtensionProperties {
    defaultScale?: number;
    useDefaultScale?: boolean;
}

Properties

defaultScale?: number

Scale which is applied on point geometries when zoomTo is called without a scale.

useDefaultScale?: boolean

Indicates if "defaultScale" property should be applied. Default is true.