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.providers
/
IItineraryProvider
/
itineraries
itineraries
abstract
fun
itineraries
(
origin
:
Coordinate
,
destination
:
Coordinate
,
travelMode
:
TravelMode
=
TravelMode.Walk()
,
searchRules
:
ItinerarySearchRules
=
ItinerarySearchRules()
,
mapId
:
Int
)
:
Single
<
List
<
Itinerary
>
>