Siddhanta Parity API Documentation - v1.3.0
Preparing search index...
types/astronomy
Location
Interface Location
Geographic observer location and temporal offset.
interface
Location
{
latitude
:
number
;
longitude
:
number
;
name
:
string
;
timezone_name
:
string
;
timezone_offset
:
number
;
}
Index
Properties
latitude
longitude
name
timezone_
name
timezone_
offset
Properties
latitude
latitude
:
number
longitude
longitude
:
number
name
name
:
string
timezone_
name
timezone_name
:
string
timezone_
offset
timezone_offset
:
number
GMT/UTC offset in hours (e.g. 5.75 for Kathmandu)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
latitude
longitude
name
timezone_
name
timezone_
offset
Siddhanta Parity API Documentation - v1.3.0
Loading...
Geographic observer location and temporal offset.