Options
All
  • Public
  • Public/Protected
  • All
Menu

Map image export options

export
interface

IMapImageExportOptions

since

0.14

Hierarchy

  • IMapImageExportOptions

Index

Properties

exportMimeType?: string

The type to export the mime type as. If not specified, it will default to PNG (image/png)

memberof

IMapImageExportOptions

size?: Size2

The size of the image to export. If not specified, it will use the map's current size

memberof

IMapImageExportOptions

Methods

  • callback(imageBase64: string): void
  • The callback that will receive the content of the exported map image

    memberof

    IMapImageExportOptions

    Parameters

    • imageBase64: string

    Returns void

Generated using TypeDoc