diff options
| author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-03 09:51:47 +0900 |
|---|---|---|
| committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-11 12:20:24 +0900 |
| commit | febc362abf2ea4dc4bd87ca2a52b09d23236ab83 (patch) | |
| tree | 7013090e812d2ed1d7d8be3b054df0bb12242a46 /files/ja/web/api/geolocationcoordinates/speed | |
| parent | 06b94850b67aaa130c5328cbd83d0aa851a52495 (diff) | |
| download | translated-content-febc362abf2ea4dc4bd87ca2a52b09d23236ab83.tar.gz translated-content-febc362abf2ea4dc4bd87ca2a52b09d23236ab83.tar.bz2 translated-content-febc362abf2ea4dc4bd87ca2a52b09d23236ab83.zip | |
GeolocationCoordinates 以下を移行
Diffstat (limited to 'files/ja/web/api/geolocationcoordinates/speed')
| -rw-r--r-- | files/ja/web/api/geolocationcoordinates/speed/index.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/files/ja/web/api/geolocationcoordinates/speed/index.md b/files/ja/web/api/geolocationcoordinates/speed/index.md new file mode 100644 index 0000000000..649ca264f1 --- /dev/null +++ b/files/ja/web/api/geolocationcoordinates/speed/index.md @@ -0,0 +1,40 @@ +--- +title: GeolocationCoordinates.speed +slug: Web/API/GeolocationCoordinates/speed +tags: + - API + - Geolocation API + - GeolocationCoordinates + - Property + - Secure context + - speed +browser-compat: api.GeolocationCoordinates.speed +--- +{{securecontext_header}}{{APIRef("Geolocation API")}} + +The **`GeolocationCoordinates.speed`** read-only property 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. + +## Syntax + +```js +let speed = geolocationCoordinatesInstance.speed +``` + +### Value + +A `double` representing the velocity of the device in meters per second. + +## Specifications + +{{Specifications}} + +## Browser compatibility + +{{Compat}} + +## See also + +- [Using the Geolocation API](/en-US/docs/Web/API/Geolocation_API/Using_the_Geolocation_API) +- {{domxref("GeolocationCoordinates")}} |
