Languages: Čeština
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.
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.
You might alternatively copy the index.d.ts
to your directory and specify this
directory inside the tsconfig.json
file in
typeRoots
option.