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]

9 lines (8 loc) 301 B
/// <reference types="@types/amap-js-api" /> import { PixelService } from './pixel.service'; import { IMarkerLabel } from '../interfaces'; export declare class MarkerLabelService { private pixel; constructor(pixel: PixelService); create(options: IMarkerLabel): AMap.Marker.Label | null; }