toggle menu
Wemap SDKs
0.19.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.poi
/
IPointOfInterestManager
/
sortPOIsByGraphDistance
sort
POIs
By
Graph
Distance
abstract
fun
sortPOIsByGraphDistance
(
origin
:
Coordinate
,
pois
:
List
<
PointOfInterest
>
=
getPOIs().toList()
)
:
Single
<
List
<
PointOfInterestWithInfo
>
>