@nativescript-community/ui-massifmaps
Nativescript Doc
Preparing search index...
routing
MultiValhallaOfflineRoutingService
Class MultiValhallaOfflineRoutingService
public shape of the accessors this class declares itself
Hierarchy (
View Summary
)
ValhallaRoutingService
<
any
,
MultiValhallaOfflineRoutingServiceOptions
>
Accessors
Omit
<
Methods
,
"add"
|
"remove"
>
Omit
<
Accessors
,
"profile"
>
Omit
<
Methods
,
"calculateRoute"
|
"getProfile"
|
"matchRoute"
|
"setProfile"
>
MultiValhallaOfflineRoutingService
Index
Constructors
constructor
Properties
during
Init
native
options
profile
Methods
add
add
Locale
calculate
Route
dispose
get
Configuration
Parameter
get
Native
get
Profile
init
Native
View
match
Route
remove
routing
Result
To
JSON
set
Configuration
Parameter
set
Profile
Constructors
constructor
new
MultiValhallaOfflineRoutingService
(
options
?:
MultiValhallaOfflineRoutingServiceOptions
,
native
?:
any
,
)
:
MultiValhallaOfflineRoutingService
Parameters
Optional
options
:
MultiValhallaOfflineRoutingServiceOptions
Optional
native
:
any
Returns
MultiValhallaOfflineRoutingService
Properties
during
Init
duringInit
:
boolean
native
native
:
any
options
options
:
MultiValhallaOfflineRoutingServiceOptions
profile
profile
:
ValhallaProfile
Methods
add
add
(
database
:
string
)
:
any
Parameters
database
:
string
Returns
any
add
Locale
addLocale
(
key
:
string
,
json
:
string
)
:
any
Parameters
key
:
string
json
:
string
Returns
any
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
get
Profile
getProfile
()
:
string
Returns
string
init
Native
View
initNativeView
(
native
:
any
,
options
:
MultiValhallaOfflineRoutingServiceOptions
,
)
:
void
Parameters
native
:
any
options
:
MultiValhallaOfflineRoutingServiceOptions
Returns
void
match
Route
matchRoute
<
T
=
DefaultLatLonKeys
>
(
options
:
RouteMatchingRequest
,
profile
?:
string
,
)
:
Promise
<
RouteMatchingResult
<
T
>
>
Type Parameters
T
=
DefaultLatLonKeys
Parameters
options
:
RouteMatchingRequest
Optional
profile
:
string
Returns
Promise
<
RouteMatchingResult
<
T
>
>
remove
remove
(
database
:
string
)
:
any
Parameters
database
:
string
Returns
any
routing
Result
To
JSON
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
set
Profile
setProfile
(
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
native
options
profile
Methods
add
add
Locale
calculate
Route
dispose
get
Configuration
Parameter
get
Native
get
Profile
init
Native
View
match
Route
remove
routing
Result
To
JSON
set
Configuration
Parameter
set
Profile
Nativescript Doc
@nativescript-community/ui-massifmaps
Loading...
public shape of the accessors this class declares itself