GetPoiService

interface GetPoiService

Functions

getPoi
Link copied to clipboard
@GET(value = "pois/{poiId}")
abstract fun getPoi(@Path(value = "poiId"poiId: String? = null): Call<POI>