Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Created February 24, 2014 14:36
Show Gist options
  • Save misodengaku/9189455 to your computer and use it in GitHub Desktop.
Save misodengaku/9189455 to your computer and use it in GitHub Desktop.
public final class CommonUtilities
{
public static boolean BALL_COUNT = false;
static final LatLng MITAKA = new LatLng(35.702708000000001D, 139.56083100000001D);
public static boolean SET_GPS = false;
static final String SHAREDPREF_DETAIL_UP_DATE = "detail_up_data";
static final String SHAREDPREF_FEED_UP_DATE = "feed_up_date";
static final String URL_CUSTOM = "http://standard.navitime.biz/matsuyafoods06/Index.act";
static final String URL_FEED = "http://www.matsuyafoods.co.jp/map/index.xml";
static final String URL_FEED_DETAIL = "http://www.matsuyafoods.co.jp/map/detail.xml";
static final String URL_NAVITIME = "http://standard.navitime.biz/matsuyafoods06/Spot.act?dnvSpt=S0084.000000";
static final String URL_NEWSHOP = "http://www.matsuyafoods.co.jp/sp/shopsearch/index.html";
static final String URL_UPDATE = "http://www.matsuyafoods.co.jp/map/update.xml";
static final String URL_USE_MAP = "http://www.matsuyafoods.co.jp/sp/shopsearch/map_help.html";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment