Back to project page GeoNote.
The source code is released under:
Apache License
If you think the Android project GeoNote 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 geonote.app.Model; //from w w w . j a va 2 s. c om import java.io.Serializable; import java.util.List; import com.google.api.client.util.Key; public class PlacesList implements Serializable { @Key public String status; @Key public List<Place> results; }