Library API
⬅ Back to Guides
Preparing search index...
common.index
CoordinateInput
Interface CoordinateInput
interface
CoordinateInput
{
config
?:
Record
<
string
,
any
>
;
geo
?:
GeoOptions
;
lat
?:
number
;
latitude
?:
number
;
lng
?:
number
;
lon
?:
number
;
long
?:
number
;
longitude
?:
number
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
config?
geo?
lat?
latitude?
lng?
lon?
long?
longitude?
Properties
Optional
config
config
?:
Record
<
string
,
any
>
Optional
geo
geo
?:
GeoOptions
Optional
lat
lat
?:
number
Optional
latitude
latitude
?:
number
Optional
lng
lng
?:
number
Optional
lon
lon
?:
number
Optional
long
long
?:
number
Optional
longitude
longitude
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
geo
lat
latitude
lng
lon
long
longitude
⬅ Back to Guides
Library API
Loading...