WemapSDKs
Toggle table of contents
0.27.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
WemapSDKs
WemapCoreSDK
/
com.getwemap.sdk.core.model.services
/
IItineraryService
IItinerary
Service
interface
IItineraryService
Members
Functions
itineraries
Link copied to clipboard
@
POST
(
value
=
"directions"
)
abstract
fun
itineraries
(
@
Body
parameters
:
ItineraryParameters
)
:
Single
<
ItinerariesResponse
>
itineraries
Info
To
Multiple
Destinations
Link copied to clipboard
@
POST
(
value
=
"directions-multiple"
)
abstract
fun
itinerariesInfoToMultipleDestinations
(
@
Body
parameters
:
ItinerariesParametersMultiDestinations
)
:
Single
<
ItinerariesInfoResponse
>
rule
Names
Link copied to clipboard
@
GET
(
value
=
"rules/{graphId}/names"
)
abstract
fun
ruleNames
(
@
Path
(
value
=
"graphId"
)
graphId
:
String
)
:
Single
<
RuleNames
>