@nativescript-community/ui-massifmaps
Nativescript Doc
Preparing search index...
geocoding/service
ReverseGeocodingService
Class ReverseGeocodingService<T, U>
Abstract
public shape of the accessors this class declares itself
Type Parameters
T
U
extends
ReverseGeocodingServiceOptions
Hierarchy (
View Summary
)
BaseNative
<
T
,
U
>
Accessors
Omit
<
Methods
,
"calculateAddresses"
>
ReverseGeocodingService
PeliasOnlineReverseGeocodingService
TomTomOnlineReverseGeocodingService
MapBoxOnlineReverseGeocodingService
Index
Constructors
constructor
Properties
during
Init
language
native
options
Methods
calculate
Addresses
dispose
get
Language
get
Native
init
Native
View
set
Language
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
language
language
:
string
native
native
:
T
options
options
:
U
Methods
calculate
Addresses
calculateAddresses
(
options
:
ReverseGeocodingRequest
,
callback
:
(
error
:
Error
,
res
:
GeocodingResultVector
)
=>
void
,
)
:
any
Parameters
options
:
ReverseGeocodingRequest
callback
:
(
error
:
Error
,
res
:
GeocodingResultVector
)
=>
void
Returns
any
dispose
dispose
()
:
any
Returns
any
get
Language
getLanguage
()
:
string
Returns
string
get
Native
getNative
()
:
T
Returns
T
init
Native
View
initNativeView
(
native
:
T
,
options
:
U
)
:
void
Parameters
native
:
T
options
:
U
Returns
void
set
Language
setLanguage
(
arg0
:
string
)
:
void
Parameters
arg0
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
during
Init
language
native
options
Methods
calculate
Addresses
dispose
get
Language
get
Native
init
Native
View
set
Language
Nativescript Doc
@nativescript-community/ui-massifmaps
Loading...
public shape of the accessors this class declares itself