File

projects/ngx-amap/src/interfaces/icon.interface.ts

Index

Properties

Properties

image
image: string
Type : string
Optional
imageOffset
imageOffset: IPixel | AMap.Pixel
Type : IPixel | AMap.Pixel
Optional
imageSize
imageSize: ISize | AMap.SizeValue
Type : ISize | AMap.SizeValue
Optional
size
size: ISize | AMap.SizeValue
Type : ISize | AMap.SizeValue
Optional
import { ISize } from './size.interface';
import { IPixel } from './pixel.interface';

export interface IIcon {
  size?: ISize | AMap.SizeValue;
  imageOffset?: IPixel | AMap.Pixel;
  image?: string;
  imageSize?: ISize | AMap.SizeValue;
}

result-matching ""

    No results matching ""