map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface IntegrationExtensionProperties

    Properties used to create the IntegrationExtension.

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

    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.