All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ForensicsToolbox.GPSReport Maven / Gradle / Ivy

The newest version!
package ForensicsToolbox;

import org.mongodb.morphia.annotations.Embedded;

/**
 * Created by marzampoglou on 1/19/16.
 */
@Embedded
public class GPSReport {
    public Boolean completed=false;
    public Boolean exists=false;
    public double latitude;
    public double longitude;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy