A Nativescript plugin for Mapbox Native Maps.
Nativescript Doc
Preparing search index...
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"
;
url
:
any
;
}
Hierarchy (
View Summary
)
Source
GeoJSONSource
Index
Properties
cluster?
data?
line
Metrics?
maxzoom?
minzoom?
scheme?
type
url
Properties
Optional
cluster
cluster
?:
{
maxZoom
:
any
;
properties
?:
{
[
property
:
string
]:
[
any
,
any
]
}
;
radius
:
any
;
}
Optional
data
data
?:
any
Optional
line
Metrics
lineMetrics
?:
boolean
Optional
maxzoom
maxzoom
?:
number
Optional
minzoom
minzoom
?:
number
Optional
scheme
scheme
?:
"xyz"
|
"tms"
type
type
:
"geojson"
url
url
:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cluster
data
line
Metrics
maxzoom
minzoom
scheme
type
url
Nativescript Doc
A Nativescript plugin for Mapbox Native Maps.
Loading...