Skip to content

bobkorinek/mapy-api-ts-types

Repository files navigation

Mapy API (Mapy.cz) - TypeScript types

Languages: Čeština

Contents

Description

Library contains interfaces for all classes, methods and properties from Mapy API library. All these types are created based on Mapy API documentation for version 4.13.

Installation

Library is not yet as NPM package, but you can install it via npm like this:

npm install -D 'https://github.com/chriskorinek/mapy-api-ts-types'

Optionally you can insert #<version-number> or #<commit-hash> after the URL for specifying the library version.

Alternative installation

You might alternatively copy the index.d.ts to your directory and specify this directory inside the tsconfig.json file in typeRoots option.