Options
All
  • Public
  • Public/Protected
  • All
Menu

An object that represents the options for exporting the map image.

Hierarchy

  • ExportMapImageOptions

Index

Constructors

constructor

  • new ExportMapImageOptions(allowIncludeGeoreferenceData: boolean, defaultOutputFormat?: string): ExportMapImageOptions
  • Initializes a new instance of the ExportMapImageOptions class.

    Parameters

    • allowIncludeGeoreferenceData: boolean

      Indicates whether including georeference data in the export is allowed.

    • Optional defaultOutputFormat: string

      The default output format of the generated map image.

    Returns ExportMapImageOptions

Properties

allowIncludeGeoreferenceData

allowIncludeGeoreferenceData: boolean

Indicates whether including georeference data in the export is allowed.

defaultOutputFormat

defaultOutputFormat: string

The default output format of the generated map image.