PMPoiResponse

data class PMPoiResponse(val correlationId: String? = null, val action: PMPoiAction, val pois: List<PMPoi>? = null, val categories: List<PMPoiCategory>? = null, val dynamicData: List<PMPoiDynamicData>? = null, val msg: PMPoiMsg? = null)

Constructors

Link copied to clipboard
fun PMPoiResponse(correlationId: String? = null, action: PMPoiAction, pois: List<PMPoi>? = null, categories: List<PMPoiCategory>? = null, dynamicData: List<PMPoiDynamicData>? = null, msg: PMPoiMsg? = null)

Properties

Link copied to clipboard

Used action
Default value is PMPoiAction.GetPlaces

Link copied to clipboard

Found categories for PFPoiAction.GetCategories

Link copied to clipboard
val correlationId: String? = null

Defines attribute used for correlating messages within different asynchronous calls

Link copied to clipboard

Found dynamic data for PFPoiAction.GetDynamicData

Link copied to clipboard
val msg: PMPoiMsg? = null

Response to update / reindex actions

Link copied to clipboard
val pois: List<PMPoi>? = null

Found POIs for PFPoiAction.GetPlaces