Home > @magiclane/maps-sdk > DriverBehaviour > getOngoingAnalysis

DriverBehaviour.getOngoingAnalysis() method

Get the ongoing analysis.

Signature:

getOngoingAnalysis(): DriverBehaviourAnalysis;

Returns:

DriverBehaviourAnalysis

The ongoing analysis. Use DriverBehaviourAnalysis.isValid to check if the analysis is valid.

Exceptions

An exception if it fails.