pointsOfInterestById

@GET(value = "pinpoints/search")
abstract fun pointsOfInterestById(@Query(value = "livemap") id: Int, @Query(value = "limit") limit: Int = CoreConstants.DEFAULT_POIS_LIMIT): Single<PaginationContainer<PointOfInterest>>