to property

Coordinates get to

Get the route traffic event end point.

Returns

Throws

  • An exception if it fails.

Implementation

Coordinates get to {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'RouteTrafficEvent',
    'getTo',
  );

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