Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | List of all members
<NMTrafficNearPositionListener> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - onTrafficNearCurrentPositionUpdated:
 

Detailed Description

Protocol allowing to listen to traffic updates.

Method Documentation

◆ onTrafficNearCurrentPositionUpdated:()

- (void) onTrafficNearCurrentPositionUpdated: (nonnull NMTrafficSnapshot *)  traffic
required

Is called once traffic near the current GPS coordinates was updated.

Parameters
traffic@nonnull A snapshot of traffic around the current GPS coordinates.