Telematics SDK - Interface Specification  v1.38.41
telux::tel::WarningAreaInfo Class Reference

Public Member Functions

 WarningAreaInfo (int maxWaitTime, std::vector< Geometry > geometries)
 
int getGeoFenceMaxWaitTime ()
 
std::vector< GeometrygetGeometries ()
 

Detailed Description

This class represents warning area information for alert.

Constructor & Destructor Documentation

telux::tel::WarningAreaInfo::WarningAreaInfo ( int  maxWaitTime,
std::vector< Geometry geometries 
)

Warning Area Information constructor.

Parameters
[in]maxWaitTimeMaximum wait time allowed to determine position for alert Range is 0 to 255 where 0 means Zero wait time, 1 - 254 is Geo-Fencing Maximum Wait Time in seconds and 255 means use device default wait time.
[in]geometriesGeometries to perform geofencing on alert

Member Function Documentation

int telux::tel::WarningAreaInfo::getGeoFenceMaxWaitTime ( )

Get maximum wait time allowed to determine position for alert.

Returns
Maximum wait time for alert in seconds.
std::vector<Geometry> telux::tel::WarningAreaInfo::getGeometries ( )

Get geometries to perform geofencing on alert.

Returns
List of telux::tel::Geometry.