---
title: CLLocationSpeed
framework: corelocation
role: symbol
role_heading: Type Alias
path: corelocation/cllocationspeed
---

# CLLocationSpeed

The velocity (measured in meters per second) at which the device is moving.

## Declaration

```swift
typealias CLLocationSpeed = Double
```

## See Also

### Getting speed and course information

- [speed](corelocation/cllocation/speed.md)
- [speedAccuracy](corelocation/cllocation/speedaccuracy.md)
- [course](corelocation/cllocation/course.md)
- [courseAccuracy](corelocation/cllocation/courseaccuracy.md)
- [CLLocationDirection](corelocation/cllocationdirection.md)
- [CLLocationSpeedAccuracy](corelocation/cllocationspeedaccuracy.md)
- [CLLocationDirectionAccuracy](corelocation/cllocationdirectionaccuracy.md)
