Back to project page Andriod-PC-GPSApplication.
The source code is released under:
MIT License
If you think the Android project Andriod-PC-GPSApplication listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * //from ww w . j a v a2 s . com */ package com.dev.appxpress.gps.android_pc.domain; /** * Marker interface for GPS specific data. * @author NThusitha * */ public interface GPSAware { }