Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes options for creating a runtime map

export
interface

ICreateRuntimeMapOptions

Hierarchy

Index

Properties

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

The image format for requested icons

memberof

ICreateRuntimeMapOptions

iconHeight?: number

The height of requested icons

memberof

ICreateRuntimeMapOptions

iconWidth?: number

The width of requested icons

memberof

ICreateRuntimeMapOptions

iconsPerScaleRange?: number

If requesting icons, the number of icons per scale range

memberof

ICreateRuntimeMapOptions

mapDefinition: string

The map definition id

memberof

ICreateRuntimeMapOptions

password?: string

The password

memberof

IAuthenticatedRequest

requestedFeatures: number

A bitmask indicating what data to return

memberof

ICreateRuntimeMapOptions

session?: string

The session id

memberof

IAuthenticatedRequest

targetMapName?: string

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

memberof

ICreateRuntimeMapOptions

username?: string

The username

memberof

IAuthenticatedRequest

Generated using TypeDoc