from property

Coordinates get from

Get the route traffic event start point.

Returns

Throws

  • An exception if it fails.

Implementation

Coordinates get from {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'RouteTrafficEvent',
    'getFrom',
  );

  return Coordinates.fromJson(resultString['result']);
}