Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
geocoding/service
ReverseGeocodingService
Class ReverseGeocodingService<T, U>
Abstract
Type Parameters
T
U
extends
ReverseGeocodingServiceOptions
Hierarchy (
View Summary
)
BaseNative
<
T
,
U
>
ReverseGeocodingService
PeliasOnlineReverseGeocodingService
TomTomOnlineReverseGeocodingService
MapBoxOnlineReverseGeocodingService
Index
Constructors
constructor
Properties
during
Init
native
options
Methods
calculate
Addresses
dispose
get
Native
init
Native
View
Constructors
constructor
new
ReverseGeocodingService
<
T
,
U
extends
ReverseGeocodingServiceOptions
>
(
options
?:
U
,
native
?:
T
,
)
:
ReverseGeocodingService
<
T
,
U
>
Type Parameters
T
U
extends
ReverseGeocodingServiceOptions
Parameters
Optional
options
:
U
Optional
native
:
T
Returns
ReverseGeocodingService
<
T
,
U
>
Properties
during
Init
duringInit
:
boolean
native
native
:
T
options
options
:
U
Methods
calculate
Addresses
calculateAddresses
(
options
:
ReverseGeocodingRequest
<
DefaultLatLonKeys
>
,
callback
:
(
error
:
Error
,
res
:
GeocodingResultVector
)
=>
void
,
)
:
any
Parameters
options
:
ReverseGeocodingRequest
<
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...