@conciergus/chat - v0.3.1
Preparing search index...
components
GeoLocation
Interface GeoLocation
Geolocation interface
interface
GeoLocation
{
country
?:
string
;
region
?:
string
;
city
?:
string
;
lat
?:
number
;
lon
?:
number
;
timezone
?:
string
;
}
Index
Properties
country?
region?
city?
lat?
lon?
timezone?
Properties
Optional
country
country
?:
string
Country code
Optional
region
region
?:
string
Region/state
Optional
city
city
?:
string
City
Optional
lat
lat
?:
number
Latitude
Optional
lon
lon
?:
number
Longitude
Optional
timezone
timezone
?:
string
Timezone
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
country
region
city
lat
lon
timezone
@conciergus/chat - v0.3.1
Loading...
Geolocation interface