source: other-projects/tipple-android/this-is-the-place/src/Location.java@ 26899

Last change on this file since 26899 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 168 bytes
Line 
1public class Location
2{
3 public String name;
4 public String text_content;
5 public String longitude;
6 public String latitude;
7
8 public Location()
9 {
10
11 }
12}
Note: See TracBrowser for help on using the repository browser.