PMCommandResponse

data class PMCommandResponse(val correlationId: String? = null, val action: PMAction, val responseStatus: PMResponseStatus, val naviStatus: PMCurrentNaviStatus? = null, val positions: List<PMGeoPosition>? = null, val locationInfos: List<PMLocationInfo>? = null, val searchResults: List<PMSearchResult>? = null, val calculatedRoutes: List<PMCalculateRouteResult>? = null, val poiCategories: List<PMPoiCategoryResult>? = null, val activeMapModes: List<PMMapMode>? = null, val itineraries: List<PMCmdItinerary>? = null, val navigationReport: PMCmdNavigationReport? = null, val waypointChanged: PMCmdWaypointChanged? = null, val mapUpdateProgress: PMCmdMapUpdateProgress? = null, val trafficInfo: PMTrafficInfo? = null)

Represents converted user speech to a command containing context for Profi Navi

Constructors

Link copied to clipboard
fun PMCommandResponse(correlationId: String? = null, action: PMAction, responseStatus: PMResponseStatus, naviStatus: PMCurrentNaviStatus? = null, positions: List<PMGeoPosition>? = null, locationInfos: List<PMLocationInfo>? = null, searchResults: List<PMSearchResult>? = null, calculatedRoutes: List<PMCalculateRouteResult>? = null, poiCategories: List<PMPoiCategoryResult>? = null, activeMapModes: List<PMMapMode>? = null, itineraries: List<PMCmdItinerary>? = null, navigationReport: PMCmdNavigationReport? = null, waypointChanged: PMCmdWaypointChanged? = null, mapUpdateProgress: PMCmdMapUpdateProgress? = null, trafficInfo: PMTrafficInfo? = null)

Properties

Link copied to clipboard

Defines action which the user wants to be triggered by Profi Navi
Default value is PMAction.NaviNoOp

Link copied to clipboard

Used with action which provides active map modes

Link copied to clipboard

Used with action which provides calculated routes result

Link copied to clipboard
val correlationId: String? = null

Defines attribute used for correlating messages within different asynchronous calls

Link copied to clipboard

Used itineraries

Link copied to clipboard

Used with action which provides location infos

Link copied to clipboard

Map update status event

Link copied to clipboard

Returned navigation report

Link copied to clipboard

Used with action which provides navigation status

Link copied to clipboard

Used with action which provides poi categories

Link copied to clipboard

Used with action which provides positions

Link copied to clipboard

Defines response status for action
Default value is PMResponseStatus.Success

Link copied to clipboard

Used with action which provides search results

Link copied to clipboard

Returned traffic info

Link copied to clipboard

Returned waypoint changed event