Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreateRuntimeMapOptions

Describes options for creating a runtime map

export
interface

ICreateRuntimeMapOptions

Hierarchy

Index

Properties

Optional iconFormat

iconFormat: "PNG" | "PNG8" | "GIF" | "JPG"

The image format for requested icons

memberof

ICreateRuntimeMapOptions

Optional iconHeight

iconHeight: undefined | number

The height of requested icons

memberof

ICreateRuntimeMapOptions

Optional iconWidth

iconWidth: undefined | number

The width of requested icons

memberof

ICreateRuntimeMapOptions

Optional iconsPerScaleRange

iconsPerScaleRange: undefined | number

If requesting icons, the number of icons per scale range

memberof

ICreateRuntimeMapOptions

mapDefinition

mapDefinition: ResourceIdentifier

The map definition id

memberof

ICreateRuntimeMapOptions

Optional password

password: undefined | string

The password

memberof

IAuthenticatedRequest

requestedFeatures

requestedFeatures: number | RuntimeMapFeatureFlags

A bitmask indicating what data to return

memberof

ICreateRuntimeMapOptions

Optional session

session: undefined | string

The session id

memberof

IAuthenticatedRequest

Optional targetMapName

targetMapName: undefined | string

The target map name to assign. Otherwise the map name will be computed from the map definition id

memberof

ICreateRuntimeMapOptions

Optional username

username: undefined | string

The username

memberof

IAuthenticatedRequest

Generated using TypeDoc