Type definitions for JavaScript APIs of AMap in TypeScript

Overview

amap-js-api-typings

npm version

Type definitions for JavaScript APIs of AMap in TypeScript

English | 简体中文

Installation

npm install amap-js-api-typings

Usage

Add the types package to your tsconfig.json file. For example:

{
  "compilerOptions": {
    "typeRoots" : [
      "./node_modules/@types",
      "./node_modules/amap-js-api-typings",
      "./typings",
    ]
  }
}

Or you could use it with triple-slash directive. For example:

// ./typings/global.d.ts
/// <reference types="amap-js-api-typings" />

Thanks

Special thanks to the @types/amap-js-api contributors, especially breeze9527.

Contributing

PRs accepted.

License

MIT © Qingrong Ke

You might also like...
GSAP is a robust JavaScript toolset that turns developers into animation superheroes
GSAP is a robust JavaScript toolset that turns developers into animation superheroes

GSAP is a robust JavaScript toolset that turns developers into animation superheroes. Build high-performance animations that work in every major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths, generic objects...anything JavaScript can touch! GSAP's ScrollTrigger plugin lets you create jaw-dropping scroll-based animations with minimal code.

Learning Resources App is a simple web application built using Vue js, HTML, CSS, and JavaScript
Learning Resources App is a simple web application built using Vue js, HTML, CSS, and JavaScript

Learning Resources App is a simple web application built using Vue js, HTML, CSS, and JavaScript

A reusable error boundary component for catching JavaScript errors and displaying fallback UIs.

vue-error-boundary A reusable error boundary component for catching JavaScript errors and displaying fallback UIs. The ErrorBoundary component is base

Veo JavaScript linting rules

@veobot/eslint-config Veo Robotics ESLint rules for all JavaScript / TypeScript projects Installation Install the package and all of its peer dependen

Simple and cross-browser friendly fixed header component for Vue.js written by TypeScript.
Simple and cross-browser friendly fixed header component for Vue.js written by TypeScript.

Vue Fixed Header Simple and cross-browser friendly fixed header component for Vue.js. Install yarn add vue-fixed-header Usage Use in Single File Compo

uni-app + vue3.0 + typescript + vue-cli 仿手机QQ聊天 qq表情包

uni-chat 基于composition-api + uni-app + ts + vue-cli 开发,在uni-app中使用vue3.0的语法。

Simple calculator using Vue 3, Vite, Typescript and TailwindCSS

A simple calculator app built to explore new features on Vue 3, like the composition API, in use with Typescript, and tailwind CSS.

💬A Vite plugin that runs TypeScript, VLS, vue-tsc and other checkers in worker thread.
💬A Vite plugin that runs TypeScript, VLS, vue-tsc and other checkers in worker thread.

💬A Vite plugin that runs TypeScript, VLS, vue-tsc and other checkers in worker thread.

A starting learning tutorial on Vue 3.0 + TypeScript, suitable for complete Vue novices and Vue 2.0 veterans, incorporating some of my own practical experience on the basis of official documents.
A starting learning tutorial on Vue 3.0 + TypeScript, suitable for complete Vue novices and Vue 2.0 veterans, incorporating some of my own practical experience on the basis of official documents.

learning-vue3 This is a starting learning tutorial on Vue 3.0 + TypeScript, suitable for complete Vue novices and Vue 2.0 veterans, incorporating some

Owner
Qingrong Ke
A front-end beginner
Qingrong Ke
start using Sheets2API to turn their spreadsheets into powerful APIs to rapidly develop prototypes, websites, apps

... turns your spreadsheet into a Restful JSON API, meaning you can get data in and out of your spreadsheet using simple HTTP requests and URLs.

Aakrit Subedi 10 Dec 7, 2022
The same features you expect from `input type="text"` but in a `contenteditable` Vue component

vue-input-contenteditable Make beautiful inputs without the restrictions of input[type='text']. A Vue component wrapper for contenteditable with all t

Cobertos / Samantha 19 Oct 12, 2022
Loopinsight1 - Closed-loop simulation of automatic insulin delivery (AID) systems for type 1 diabetic persons

This software is intended for closed-loop simulation of automatic insulin delive

null 11 Nov 28, 2022
A little retry tool for javascript/typescript

ts-retry A little retry tool to execute a function until the function is successful. Can also bind a timeout to a function. This lib is usable in type

Franck Ledoux 22 Dec 28, 2022
Applications for any device with HTML, CSS and JavaScript - free and open source!

App Framework App Framework development has ended. I recommend using the Framework7 CLI instead. iOS and Android Apps with HTML & JavaScript - App Fra

null 646 Dec 28, 2022
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.

?? Welcome to DataFormsJS! Thanks for visiting! ?? ?? ?? ?? ?? ?? 中文 (简体) 欢迎来到 DataFormsJS Español Bienvenido a DataFormsJS Português (do Brasil) Bem

DataFormsJS 156 Dec 8, 2022
A small game written in Javascript

Vue 3 + Vite This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the scrip

Yosef Yudha Wijaya 2 Dec 4, 2022
Simple diceware password generator built using Vue and plain JavaScript

Vue Diceware This is simple diceware password generator built using Vue and plain JavaScript. It generates passwords consisting 4 up to 10 words using

Maciek Talaśka 0 Feb 3, 2021
A bundler for javascript and friends. Packs many modules into a few bundled assets

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through

webpack 62.3k Jan 9, 2023
Singlepage.js is a pure Javascript portal platform for building modular Web applications

Singlepage.js is a pure Javascript portal platform for building modular Web applications.

Padmanabh Dabke 0 Jan 22, 2021