Package com.navmii.sdk.traffic
Class TrafficSnapshot.CppProxy
java.lang.Object
com.navmii.sdk.traffic.TrafficSnapshot.CppProxy
- All Implemented Interfaces:
TrafficSnapshot
- Enclosing interface:
- TrafficSnapshot
public static final class TrafficSnapshot.CppProxy extends java.lang.Object implements TrafficSnapshot
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.navmii.sdk.traffic.TrafficSnapshot
TrafficSnapshot.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
MapCoordinates
areaCenter()
The center of a geo area the snapshot corresponds to.int
areaRadiusInMeters()
The radius (in meters) of a geo area the snapshot corresponds to.int
uid()
Unique traffic snapshot ID.
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
uid
public int uid()Description copied from interface:TrafficSnapshot
Unique traffic snapshot ID. -1 indicates snapshot is empty.- Specified by:
uid
in interfaceTrafficSnapshot
-
areaCenter
Description copied from interface:TrafficSnapshot
The center of a geo area the snapshot corresponds to.- Specified by:
areaCenter
in interfaceTrafficSnapshot
-
areaRadiusInMeters
public int areaRadiusInMeters()Description copied from interface:TrafficSnapshot
The radius (in meters) of a geo area the snapshot corresponds to.- Specified by:
areaRadiusInMeters
in interfaceTrafficSnapshot
-