Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OfflineMapContent

Index

Properties

basemaps

basemaps: OfflineMapBasemap[]

The basemaps to include in the offline data.

geometry

geometry: object

The geometry to include in the OfflineMap. This is the JSON representation of an esri Polygon.

Type declaration

  • rings: number[][][]

    Each ring is represented as an array of points. The first point of each ring is always the same as the last point. And each point in the ring is represented as a 2-element array. The 0-index is the x-coordinate and the 1-index is the y-coordinate.

  • spatialReference: object

    The spatial reference must be specified using a well-known ID (wkid) or well-known text (wkt).

    • Optional wkid?: number
    • Optional wkt?: string

includeAttachments

includeAttachments: boolean

Whether to incluide attachments in the offline data.

layers

layers: OfflineMapLayer[]

The layers to include in the offline data.