Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
geocoding/service
GeocodingService
Class GeocodingService<T, U>
Abstract
Type Parameters
T
U
extends
GeocodingServiceOptions
Hierarchy (
View Summary
)
BaseNative
<
T
,
U
>
GeocodingService
BaseOSMOfflineGeocodingService
BaseOSMOfflineReverseGeocodingService
PeliasOnlineGeocodingService
TomTomOnlineGeocodingService
MapBoxOnlineGeocodingService
Index
Constructors
constructor
Properties
during
Init
native
options
Methods
calculate
Addresses
dispose
get
Native
init
Native
View
Constructors
constructor
new
GeocodingService
<
T
,
U
extends
GeocodingServiceOptions
>
(
options
?:
U
,
native
?:
T
,
)
:
GeocodingService
<
T
,
U
>
Type Parameters
T
U
extends
GeocodingServiceOptions
Parameters
Optional
options
:
U
Optional
native
:
T
Returns
GeocodingService
<
T
,
U
>
Properties
during
Init
duringInit
:
boolean
native
native
:
T
options
options
:
U
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
()
:
T
Returns
T
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
calculate
Addresses
dispose
get
Native
init
Native
View
Nativescript Doc
@nativescript-community/ui-carto
Loading...