toggle menu
Wemap SDKs
0.19.1
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.services
/
IPointOfInterestService
/
pointsOfInterestById
points
Of
Interest
By
Id
@
GET
(
value
=
"pinpoints/search"
)
abstract
fun
pointsOfInterestById
(
@
Query
(
value
=
"livemap"
)
id
:
Int
,
@
Query
(
value
=
"limit"
)
limit
:
Int
=
CoreConstants.DEFAULT_POIS_LIMIT
)
:
Single
<
PaginationContainer
<
PointOfInterest
>
>