export class Pixel { constructor(x: number, y: number) getX(): number getY(): number toString(): string equals(point: AMap.Pixel): boolean }