Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
routing
ValhallaOfflineRoutingService
Class ValhallaOfflineRoutingService
Hierarchy (
View Summary
)
ValhallaRoutingService
<
any
,
ValhallaOfflineRoutingServiceOptions
>
ValhallaOfflineRoutingService
Index
Constructors
constructor
Properties
during
Init
native
options
profile
Methods
calculate
Route
dispose
get
Configuration
Parameter
get
Native
init
Native
View
match
Route
routing
Result
ToJSON
set
Configuration
Parameter
Constructors
constructor
new
ValhallaOfflineRoutingService
(
options
?:
ValhallaOfflineRoutingServiceOptions
,
native
?:
any
,
)
:
ValhallaOfflineRoutingService
Parameters
Optional
options
:
ValhallaOfflineRoutingServiceOptions
Optional
native
:
any
Returns
ValhallaOfflineRoutingService
Properties
during
Init
duringInit
:
boolean
native
native
:
any
options
options
:
ValhallaOfflineRoutingServiceOptions
profile
profile
:
ValhallaProfile
Methods
calculate
Route
calculateRoute
<
T
=
DefaultLatLonKeys
,
U
extends
boolean
=
false
>
(
options
:
RoutingRequest
<
T
>
,
profile
?:
string
,
jsonStr
?:
U
,
)
:
Promise
<
U
extends
true
?
String
:
RoutingResult
<
T
>
>
Type Parameters
T
=
DefaultLatLonKeys
U
extends
boolean
=
false
Parameters
options
:
RoutingRequest
<
T
>
Optional
profile
:
string
Optional
jsonStr
:
U
Returns
Promise
<
U
extends
true
?
String
:
RoutingResult
<
T
>
>
dispose
dispose
()
:
any
Returns
any
get
Configuration
Parameter
getConfigurationParameter
(
param
:
string
)
:
any
Parameters
param
:
string
Returns
any
get
Native
getNative
()
:
any
Returns
any
init
Native
View
initNativeView
(
native
:
any
,
options
:
ValhallaOfflineRoutingServiceOptions
)
:
void
Parameters
native
:
any
options
:
ValhallaOfflineRoutingServiceOptions
Returns
void
match
Route
matchRoute
<
T
=
DefaultLatLonKeys
>
(
options
:
RouteMatchingRequest
<
DefaultLatLonKeys
>
,
profile
?:
string
,
)
:
Promise
<
RouteMatchingResult
<
T
>
>
Type Parameters
T
=
DefaultLatLonKeys
Parameters
options
:
RouteMatchingRequest
<
DefaultLatLonKeys
>
Optional
profile
:
string
Returns
Promise
<
RouteMatchingResult
<
T
>
>
routing
Result
ToJSON
routingResultToJSON
<
T
=
DefaultLatLonKeys
>
(
options
:
RoutingResult
<
T
>
,
)
:
Promise
<
string
>
Type Parameters
T
=
DefaultLatLonKeys
Parameters
options
:
RoutingResult
<
T
>
Returns
Promise
<
string
>
set
Configuration
Parameter
setConfigurationParameter
(
param
:
string
,
value
:
any
)
:
any
Parameters
param
:
string
value
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
during
Init
native
options
profile
Methods
calculate
Route
dispose
get
Configuration
Parameter
get
Native
init
Native
View
match
Route
routing
Result
ToJSON
set
Configuration
Parameter
Nativescript Doc
@nativescript-community/ui-carto
Loading...