Package globus.glmap
Interface GLMapTrackData.PointsCallback
- Enclosing class:
- GLMapTrackData
public static interface GLMapTrackData.PointsCallback
Callback for filling track data
-
Method Summary
Modifier and TypeMethodDescriptionvoidfillData(int index, long nativePoint) Called to fill data for a track point during construction.
-
Method Details
-
fillData
void fillData(int index, long nativePoint) Called to fill data for a track point during construction.- Parameters:
index- index of the point to fillnativePoint- opaque native handle for the point; pass it toGLMapTrackData.setPointData(long, int, int, int)orGLMapTrackData.setPointDataGeo(long, double, double, int)- See Also:
-