UMD Web Elements Library
Preparing search index...
_types
LocationInfo
Interface LocationInfo
interface
LocationInfo
{
address
?:
string
;
city
?:
string
;
coordinates
?:
{
lat
:
number
;
lng
:
number
}
;
country
?:
string
;
state
?:
string
;
title
:
string
;
zip
?:
string
;
}
Index
Properties
address?
city?
coordinates?
country?
state?
title
zip?
Properties
Optional
address
address
?:
string
Optional
city
city
?:
string
Optional
coordinates
coordinates
?:
{
lat
:
number
;
lng
:
number
}
Optional
country
country
?:
string
Optional
state
state
?:
string
title
title
:
string
Optional
zip
zip
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
city
coordinates
country
state
title
zip
UMD Web Elements Library
Loading...