Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
routing
RoutingResult
Interface RoutingResult<T>
interface
RoutingResult
<
T
=
DefaultLatLonKeys
>
{
getInstructions
()
:
RoutingInstructionVector
;
getPoints
()
:
MapPosVector
<
T
>
;
getRawResult
()
:
string
;
getTotalDistance
()
:
number
;
getTotalTime
()
:
number
;
}
Type Parameters
T
=
DefaultLatLonKeys
Index
Methods
get
Instructions
get
Points
get
Raw
Result
get
Total
Distance
get
Total
Time
Methods
get
Instructions
getInstructions
()
:
RoutingInstructionVector
Returns
RoutingInstructionVector
get
Points
getPoints
()
:
MapPosVector
<
T
>
Returns
MapPosVector
<
T
>
get
Raw
Result
getRawResult
()
:
string
Returns
string
get
Total
Distance
getTotalDistance
()
:
number
Returns
number
get
Total
Time
getTotalTime
()
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Instructions
get
Points
get
Raw
Result
get
Total
Distance
get
Total
Time
Nativescript Doc
@nativescript-community/ui-carto
Loading...