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