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]

7 lines (6 loc) 203 B
/// <reference types="@types/amap-js-api" /> import { IPixel } from '../interfaces'; export declare class PixelService { constructor(); create(options: IPixel | AMap.Pixel): AMap.Pixel | null; }