# Typescript Objects for [KOT Maps](https://maps.krdpt.ru)

## Installation

### NPM
```shell
npm i @krdpt/maps-objects-ts
```

## Progress

| ⬜           | 🟨          | ✅         |
|-------------|-------------|-----------|
| Not started | In progress | Available |


| Object                                                                                     | Status |
|--------------------------------------------------------------------------------------------|--------|
| [Vehicle](https://github.com/krdpt/maps-objects/blob/main/maps-objects-ts/src/vehicle.ts)  | ✅      |
| [Stop](https://github.com/krdpt/maps-objects/blob/main/maps-objects-ts/src/stop.ts)        | 🟨     |
| [Route](https://github.com/krdpt/maps-objects/blob/main/maps-objects-ts/src/route.ts)      | ⬜      |

