73ca94fe66
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
217 B
217 B
sidebar_label |
---|
GeolocationOptions.longitude |
GeolocationOptions.longitude property
Latitude between -90
and 90
.
Signature:
interface GeolocationOptions {
longitude: number;
}