distanceTillEndInMeters property

double? distanceTillEndInMeters
getter/setter pair

The distance to the end of the warning, expressed in meters. It is the same value as WarningUpdate.distanceTillStartInMeters when the warning refers to a single location on the map. null if the end of the warning is yet to be processed in the upcoming segments.

Implementation

double? distanceTillEndInMeters;