POIAPI

class POIAPI

Extensions

changePoi
Link copied to clipboard
fun POIAPI.POIAPI.changePoi(poiId: String? = null, body: ChangePoiAPI.Body, readTimeout: Long? = null): Call<POI>
getPoi
Link copied to clipboard
fun POIAPI.POIAPI.getPoi(poiId: String? = null, readTimeout: Long? = null): Call<POI>
getPois
Link copied to clipboard
fun POIAPI.POIAPI.getPois(pagenumber: Int? = null, pagesize: Int? = null, filterpoiType: POIType? = null, filterappId: String? = null, readTimeout: Long? = null): Call<POIs>