Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
geocoding/service
OSMOfflineGeocodingService
Class OSMOfflineGeocodingService
Hierarchy (
View Summary
)
BaseOSMOfflineGeocodingService
<
any
,
OSMOfflineGeocodingServiceOptions
>
OSMOfflineGeocodingService
Index
Constructors
constructor
Properties
autocomplete?
during
Init
language?
max
Results?
native
options
Methods
calculate
Addresses
dispose
get
Native
init
Native
View
Constructors
constructor
new
OSMOfflineGeocodingService
(
options
?:
OSMOfflineGeocodingServiceOptions
,
native
?:
any
,
)
:
OSMOfflineGeocodingService
Parameters
Optional
options
:
OSMOfflineGeocodingServiceOptions
Optional
native
:
any
Returns
OSMOfflineGeocodingService
Properties
Optional
autocomplete
autocomplete
?:
boolean
during
Init
duringInit
:
boolean
Optional
language
language
?:
string
Optional
max
Results
maxResults
?:
number
native
native
:
any
options
options
:
OSMOfflineGeocodingServiceOptions
Methods
calculate
Addresses
calculateAddresses
(
options
:
GeocodingRequest
<
DefaultLatLonKeys
>
,
callback
:
(
error
:
Error
,
res
:
GeocodingResultVector
)
=>
void
,
)
:
any
Parameters
options
:
GeocodingRequest
<
DefaultLatLonKeys
>
callback
:
(
error
:
Error
,
res
:
GeocodingResultVector
)
=>
void
Returns
any
dispose
dispose
()
:
any
Returns
any
get
Native
getNative
()
:
any
Returns
any
init
Native
View
initNativeView
(
native
:
any
,
options
:
OSMOfflineGeocodingServiceOptions
)
:
void
Parameters
native
:
any
options
:
OSMOfflineGeocodingServiceOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
autocomplete
during
Init
language
max
Results
native
options
Methods
calculate
Addresses
dispose
get
Native
init
Native
View
Nativescript Doc
@nativescript-community/ui-carto
Loading...