diff options
Diffstat (limited to 'files/pt-br/web/api/geolocationcoordinates/altitude/index.html')
-rw-r--r-- | files/pt-br/web/api/geolocationcoordinates/altitude/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/files/pt-br/web/api/geolocationcoordinates/altitude/index.html b/files/pt-br/web/api/geolocationcoordinates/altitude/index.html new file mode 100644 index 0000000000..b4b7850bf9 --- /dev/null +++ b/files/pt-br/web/api/geolocationcoordinates/altitude/index.html @@ -0,0 +1,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> |