Initial commit of the Android PhoneGap Code

This commit is contained in:
Joe Bowser
2008-10-15 14:24:39 -07:00
commit 9911202d5b
11 changed files with 227 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package com.android.droidgap;
public class GeoTuple {
public double lat;
public double lng;
public double ele;
}