Back to project page droidbike-vienna.
The source code is released under:
Copyright (c) DroidBike-Vienna and individual contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo...
If you think the Android project droidbike-vienna 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 org.droidbike; //from w w w. ja va 2 s. co m public class RentShopLocation { long id; long internalId; String name; int boxes; int freeBoxes; int freeBikes; boolean active; String description; float latitude; float longitude; }