blob: b4b7850bf9c635fad749dbe6bd498c09fe3aa4e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
---
title: Coordinates.altitude
slug: Web/API/GeolocationCoordinates/altitude
translation_of: Web/API/GeolocationCoordinates/altitude
---
<div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div>
<p>A propriedade <code><strong>Coordinates.altitude</strong></code> somente-leitura é uma representação do tipo double da altitude em metros, relativo ao nível do mar. O valor é nulo se a implementação não pode fornecer este dado.</p>
<h2 id="Sintaxe">Sintaxe</h2>
<pre class="syntaxbox"><em>alt</em> = <code><em>coordinates</em><code>.altitude</code></code>
</pre>
<h2 id="Especificações">Especificações</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('Geolocation', '#altitude', 'Coordinates.altitude')}}</td>
<td>{{Spec2('Geolocation')}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
<h2 id="Compatibilidade_entre_os_navegadores">Compatibilidade entre os navegadores</h2>
<div class="hidden"> compatibilidade das tabelas nesta página é gerada a partir dos dados estruturados. Se você gostaria de contribuir com esses dados, entre em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie um pull request.</div>
<p>{{Compat("api.Coordinates.altitude")}}</p>
<h2 id="Veja_também">Veja também</h2>
<ul>
<li><a href="/en-US/docs/WebAPI/Using_geolocation">Using geolocation</a></li>
<li>The {{domxref("Coordinates")}} interface it belongs to.</li>
</ul>
|