IPointOfInterestService

Functions

Link copied to clipboard
@GET
abstract fun poiImage(@Url imageURL: String): Single<ResponseBody>
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>>