Package com.navmii.sdk.traffic
Interface TrafficNearPositionListener
-
public interface TrafficNearPositionListener
Interface allowing to listen to traffic updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTrafficNearCurrentPositionUpdated(TrafficSnapshot traffic)
Is called once traffic near the current GPS coordinates was updated.
-
-
-
Method Detail
-
onTrafficNearCurrentPositionUpdated
void onTrafficNearCurrentPositionUpdated(TrafficSnapshot traffic)
Is called once traffic near the current GPS coordinates was updated.- Parameters:
traffic
- A snapshot of traffic around the current GPS coordinates.
-
-