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) 208 B
/// <reference types="@types/amap-js-api" /> import { ISize } from '../interfaces'; export declare class SizeService { constructor(); create(options: ISize | AMap.SizeValue): AMap.SizeValue | null; }