from property
Get the route traffic event start point.
Returns
- The start point, Coordinates object
Throws
- An exception if it fails.
Implementation
Coordinates get from {
final OperationResult resultString = objectMethod(
_pointerId,
'RouteTrafficEvent',
'getFrom',
);
return Coordinates.fromJson(resultString['result']);
}