speed property
double?
get
speed
The speed
read-only property of the GeolocationCoordinates
interface is a double
representing the velocity of the device in meters
per second. This value is null
if the implementation is not able to
measure it.
Implementation
external double? get speed;