---
title: Cycling
framework: mapkitjs
role: symbol
role_heading: Enumeration Case
path: mapkitjs/transporttype/cycling
---

# Cycling

A constant identifying the mode of transportation as cycling.

## Declaration

```data
readonly Cycling: "CYCLING";
```

## Mentioned in

MapKit JS 5

## Discussion

Discussion Use for directions that are suitable for cycling.

## See Also

### Transport types

- [Walking](mapkitjs/transporttype/walking.md)
- [Automobile](mapkitjs/transporttype/automobile.md)
