interface ImageryLayerIdentifyOptions {
    geometry: Record<string, unknown>;
    geometryType?: string;
}

Properties

geometry: Record<string, unknown>
geometryType?: string