import TileGraphicOrigin from "@arcgis/core/graphic/TileGraphicOrigin.js";const TileGraphicOrigin = await $arcgis.import("@arcgis/core/graphic/TileGraphicOrigin.js");- Inheritance:
- TileGraphicOrigin→
GraphicOrigin
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Provides information about the TileLayer from which a graphic originates. Also provides access to the Sublayer that contains the graphic. You can access the graphic's origin through the graphic's origin property.
Constructors
Properties
type
readonly Property
- Type
- TileLayer["type"]
Indicates the type of layer the graphic originated from.
- Default value
- "tile"