Android Open Source - GPSArt Point X Y






From Project

Back to project page GPSArt.

License

The source code is released under:

MIT License

If you think the Android project GPSArt listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.jakkub.gpsart;

public class PointXY {
  public double x;
  public double y;
}




Java Source Code List

com.jakkub.gpsart.MainActivity.java
com.jakkub.gpsart.PointXY.java