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]

8 lines (7 loc) 223 B
/// <reference types="@types/amap-js-api" /> import { IPixel } from './pixel.interface'; export interface IMarkerLabel { content?: string; offset?: IPixel | AMap.Pixel; direction?: AMap.Marker.LabelDirection; }