Nativescript Doc
Preparing search index...
The search index is not available
A Nativescript plugin for Mapbox Native Maps.
A Nativescript plugin for Mapbox Native Maps.
GeoJSONSource
Interface GeoJSONSource
interface
GeoJSONSource
{
cluster
?:
{
maxZoom
:
any
;
properties
?:
{
[
property
:
string
]
:
[
any
,
any
]
;
}
;
radius
:
any
;
}
;
data
?:
any
;
lineMetrics
?:
boolean
;
maxzoom
?:
number
;
minzoom
?:
number
;
scheme
?:
"xyz"
|
"tms"
;
type
:
"geojson"
;
}
Hierarchy (
view full
)
Source
GeoJSONSource
Index
Properties
cluster?
data?
line
Metrics?
maxzoom?
minzoom?
scheme?
type
Properties
Optional
cluster
cluster
?:
{
maxZoom
:
any
;
properties
?:
{
[
property
:
string
]
:
[
any
,
any
]
;
}
;
radius
:
any
;
}
Type declaration
max
Zoom
:
any
Optional
properties
?:
{
[
property
:
string
]
:
[
any
,
any
]
;
}
[
property
:
string
]:
[
any
,
any
]
radius
:
any
Optional
data
data
?:
any
Optional
line
Metrics
line
Metrics
?:
boolean
Optional
maxzoom
maxzoom
?:
number
Optional
minzoom
minzoom
?:
number
Optional
scheme
scheme
?:
"xyz"
|
"tms"
type
type
:
"geojson"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
cluster
data
line
Metrics
maxzoom
minzoom
scheme
type
A Nativescript plugin for Mapbox Native Maps.
Loading...