Library API
⬅ Back to Guides
Preparing search index...
common.index
GeoLookupResult
Interface GeoLookupResult
interface
GeoLookupResult
{
city
?:
string
;
country
?:
string
;
elevation
?:
number
;
error
?:
string
;
lat
?:
number
;
latitude
?:
number
;
lng
?:
number
;
longitude
?:
number
;
sphere
?:
GeoSphere
;
status
?:
string
;
timezone
?:
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
city?
country?
elevation?
error?
lat?
latitude?
lng?
longitude?
sphere?
status?
timezone?
Properties
Optional
city
city
?:
string
Optional
country
country
?:
string
Optional
elevation
elevation
?:
number
Optional
error
error
?:
string
Optional
lat
lat
?:
number
Optional
latitude
latitude
?:
number
Optional
lng
lng
?:
number
Optional
longitude
longitude
?:
number
Optional
sphere
sphere
?:
GeoSphere
Optional
status
status
?:
string
Optional
timezone
timezone
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
city
country
elevation
error
lat
latitude
lng
longitude
sphere
status
timezone
⬅ Back to Guides
Library API
Loading...