com.sygic.sdk.driving.Trip.EventFastCornering Class Reference
Inheritance diagram for com.sygic.sdk.driving.Trip.EventFastCornering:
Collaboration diagram for com.sygic.sdk.driving.Trip.EventFastCornering:

Public Member Functions

 EventFastCornering (final GeoPosition location, final double speedRecommended, final double speedCurrent, final double angle, final boolean continuous)
 
double getSpeedRecommended ()
 
double getSpeedCurrent ()
 
double getAngle ()
 
boolean isContinuous ()
 
- Public Member Functions inherited from com.sygic.sdk.driving.Trip.Event
final int getType ()
 
GeoPosition getLocation ()
 

Additional Inherited Members

- Protected Member Functions inherited from com.sygic.sdk.driving.Trip.Event
 Event (@Type final int type, final GeoPosition location)
 

Detailed Description

Event that is generated when fast cornering was detected.

Constructor & Destructor Documentation

◆ EventFastCornering()

com.sygic.sdk.driving.Trip.EventFastCornering.EventFastCornering ( final GeoPosition  location,
final double  speedRecommended,
final double  speedCurrent,
final double  angle,
final boolean  continuous 
)

Member Function Documentation

◆ getAngle()

double com.sygic.sdk.driving.Trip.EventFastCornering.getAngle ( )

Angle of this cornering.

◆ getSpeedCurrent()

double com.sygic.sdk.driving.Trip.EventFastCornering.getSpeedCurrent ( )

Speed achieved in this cornering.

◆ getSpeedRecommended()

double com.sygic.sdk.driving.Trip.EventFastCornering.getSpeedRecommended ( )

Speed recommended for this cornering.

◆ isContinuous()

boolean com.sygic.sdk.driving.Trip.EventFastCornering.isContinuous ( )

Marks if this event continues (it is reappearing) from last event of this type.


The documentation for this class was generated from the following file: