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]

11 lines (10 loc) 389 B
/// <reference types="@types/amap-js-api" /> import { PixelService } from './pixel.service'; import { SizeService } from './size.service'; import { IIcon } from '../interfaces'; export declare class IconService { private pixels; private sizes; constructor(pixels: PixelService, sizes: SizeService); create(options: string | AMap.Icon | IIcon): string | AMap.Icon | null; }