Back to project page PharmaApp.
The source code is released under:
MIT License
If you think the Android project PharmaApp 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 mobi.pharmaapp.util; /* w ww . j av a2 s .co m*/ import com.google.android.maps.GeoPoint; /** * * @author see /AUTHORS */ public class LocalConstants { public static final String ENCODING = "iso-8859-1"; public static final String EMERGENCY_JSON = "http://data.pharmaapp.mobi/em_pharms.json"; public static final String PHARMACY_JSON = "http://datatank.gent.be/Gezondheid/Apotheken.json"; public static final GeoPoint INITIAL_USER_LOCATION = new GeoPoint(51100607, 3763328); }