Back to project page GPSDataCollector.
The source code is released under:
GNU General Public License
If you think the Android project GPSDataCollector listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ymelo.gpsdatacollector.app; /** * Created by yohann on 04/01/15. */ public class Config { public static final boolean FAKE_DATA_ON_MAP = false; public static final double LAT = 43.48282270; public static final double LNG = -80.50249260; }