Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
datasources/vector
VectorDataSource
Class VectorDataSource<T, U>
Abstract
Type Parameters
T
extends
any
U
extends
LocalVectorDataSourceOptions
Hierarchy (
View Summary
)
DataSource
<
T
,
U
>
VectorDataSource
LocalVectorDataSource
Index
Constructors
constructor
Properties
during
Init
native
options
Methods
dispose
get
Native
get
Projection
init
Native
View
Constructors
constructor
new
VectorDataSource
<
T
extends
unknown
,
U
extends
LocalVectorDataSourceOptions
>
(
options
?:
U
,
native
?:
T
,
)
:
VectorDataSource
<
T
,
U
>
Type Parameters
T
extends
unknown
U
extends
LocalVectorDataSourceOptions
Parameters
Optional
options
:
U
Optional
native
:
T
Returns
VectorDataSource
<
T
,
U
>
Properties
during
Init
duringInit
:
boolean
native
native
:
T
options
options
:
U
Methods
dispose
dispose
()
:
any
Returns
any
get
Native
getNative
()
:
T
Returns
T
get
Projection
getProjection
()
:
Projection
Returns
Projection
init
Native
View
initNativeView
(
native
:
T
,
options
:
U
)
:
void
Parameters
native
:
T
options
:
U
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
during
Init
native
options
Methods
dispose
get
Native
get
Projection
init
Native
View
Nativescript Doc
@nativescript-community/ui-carto
Loading...