---
title: Automobile
framework: mapkitjs
role: symbol
role_heading: Enumeration Case
path: mapkitjs/transporttype/automobile
---

# Automobile

A constant identifying the mode of transportation as driving.

## Declaration

```data
readonly Automobile: "AUTOMOBILE";
```

## Discussion

Discussion Use for directions that are suitable while driving.

## See Also

### Transport types

- [Walking](mapkitjs/transporttype/walking.md)
- [Cycling](mapkitjs/transporttype/cycling.md)
