Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
search
VectorTileSearchService
Class VectorTileSearchService
Hierarchy (
View Summary
)
BaseNative
<
any
,
VectorTileSearchServiceOptions
>
VectorTileSearchService
Index
Constructors
constructor
Properties
during
Init
layers
max
Zoom?
min
Zoom?
native
options
prevent
Duplicates
sort
By
Distance
Methods
dispose
find
Features
get
Native
init
Native
View
Constructors
constructor
new
VectorTileSearchService
(
options
?:
VectorTileSearchServiceOptions
,
native
?:
any
,
)
:
VectorTileSearchService
Parameters
Optional
options
:
VectorTileSearchServiceOptions
Optional
native
:
any
Returns
VectorTileSearchService
Properties
during
Init
duringInit
:
boolean
layers
layers
:
string
[]
Optional
max
Zoom
maxZoom
?:
number
Optional
min
Zoom
minZoom
?:
number
native
native
:
any
options
options
:
VectorTileSearchServiceOptions
prevent
Duplicates
preventDuplicates
:
boolean
sort
By
Distance
sortByDistance
:
boolean
Methods
dispose
dispose
()
:
any
Returns
any
find
Features
findFeatures
<
T
=
DefaultLatLonKeys
>
(
options
:
SearchRequest
<
T
>
,
callback
?:
(
res
:
VectorTileFeatureCollection
<
T
>
)
=>
void
,
)
:
VectorTileFeatureCollection
<
T
>
Type Parameters
T
=
DefaultLatLonKeys
Parameters
options
:
SearchRequest
<
T
>
Optional
callback
:
(
res
:
VectorTileFeatureCollection
<
T
>
)
=>
void
Returns
VectorTileFeatureCollection
<
T
>
get
Native
getNative
()
:
any
Returns
any
init
Native
View
initNativeView
(
native
:
any
,
options
:
VectorTileSearchServiceOptions
)
:
void
Parameters
native
:
any
options
:
VectorTileSearchServiceOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
during
Init
layers
max
Zoom
min
Zoom
native
options
prevent
Duplicates
sort
By
Distance
Methods
dispose
find
Features
get
Native
init
Native
View
Nativescript Doc
@nativescript-community/ui-carto
Loading...