UNPKG

ngx-amap

Version:

[![npm](https://img.shields.io/npm/v/ngx-amap.svg)][npm-badge-url] [![npm](https://img.shields.io/npm/dm/ngx-amap.svg)][npm-badge-url] [![Build Status](https://travis-ci.org/xieziyu/ngx-amap.svg?branch=master)][ci-url]

10 lines (9 loc) 292 B
/// <reference types="@types/amap-js-api" /> 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; }