toggle menu
Wemap SDKs
0.19.1
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.services
/
IPointOfInterestService
IPoint
Of
Interest
Service
interface
IPointOfInterestService
Members
Functions
poi
Image
Link copied to clipboard
@
GET
abstract
fun
poiImage
(
@
Url
imageURL
:
String
)
:
Single
<
ResponseBody
>
points
Of
Interest
By
Id
Link copied to clipboard
@
GET
(
value
=
"pinpoints/search"
)
abstract
fun
pointsOfInterestById
(
@
Query
(
value
=
"livemap"
)
id
:
Int
,
@
Query
(
value
=
"limit"
)
limit
:
Int
=
CoreConstants.DEFAULT_POIS_LIMIT
)
:
Single
<
PaginationContainer
<
PointOfInterest
>
>