getTrafficEvents
Synchronously retrieves traffic events in the area specified by the provided GeoBoundingBox. If the call succeeds, returns a TrafficEventsResult. If it fails, returns a TrafficError.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
If the call succeeds, returns a TrafficEventsResult. If it fails, returns a TrafficError.
Parameters
The area in which to retrieve the traffic events.
Asynchronously retrieves traffic events in the area specified by the provided GeoBoundingBox object and returns the result in the TrafficEventsCallback.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
cancellable operation.
Parameters
The area in which to retrieve the traffic events.
The TrafficEventsCallback invoked once all traffic events in the area have been retrieved, either successfully or with an error. The callback will be executed on the main thread.