Constant Field Values


Contents
com.github.*

com.github.ignition.location.IgnitedLocationConstants
public static final String ACTIVE_LOCATION_UPDATE_ACTION "com.github.ignition.location.ACTIVE_LOCATION_UPDATE_ACTION"
public static final String ACTIVE_LOCATION_UPDATE_PROVIDER_DISABLED_ACTION "com.github.ignition.location.ACTIVE_LOCATION_UPDATE_PROVIDER_DISABLED_ACTION"
public static final boolean ENABLE_PASSIVE_LOCATION_UPDATES_DEFAULT true
public static final String IGNITED_LAST_LOCATION_EXTRA "ignited_last_location_extra"
public static final String IGNITED_LOCATION_EXTRA "ignited_location_extra"
public static final int LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT 100
public static final long LOCATION_UPDATES_INTERVAL_DEFAULT 300000L
public static final int MIN_BATTERY_LEVEL_FOR_GPS_DEFAULT 15
public static final int PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT 100
public static final long PASSIVE_LOCATION_UPDATES_INTERVAL_DEFAULT 900000L
public static final boolean REQUEST_LOCATION_UPDATES_DEFAULT true
public static final String SHARED_PREFERENCE_FILE "ignition_location_shared_preference_file"
public static final boolean SHOW_WAIT_FOR_LOCATION_DIALOG_DEFAULT true
public static final String SP_KEY_ENABLE_LOCATION_UPDATES "sp_key_enable_location_updates"
public static final String SP_KEY_ENABLE_PASSIVE_LOCATION_UPDATES "sp_key_enable_passive_location_updates"
public static final String SP_KEY_LOCATION_UPDATES_DISTANCE_DIFF "sp_location_updates_distance_diff"
public static final String SP_KEY_LOCATION_UPDATES_INTERVAL "sp_key_location_updates_interval"
public static final String SP_KEY_LOCATION_UPDATES_USE_GPS "sp_key_location_updates_use_gps"
public static final String SP_KEY_MIN_BATTERY_LEVEL "sp_key_min_battery_level"
public static final String SP_KEY_PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF "sp_passive_location_updates_distance_diff"
public static final String SP_KEY_PASSIVE_LOCATION_UPDATES_INTERVAL "sp_key_passive_location_updates_interval"
public static final String SP_KEY_RUN_ONCE "sp_key_run_once"
public static final String SP_KEY_SHOW_WAIT_FOR_LOCATION_DIALOG "sp_key_show_wait_for_location_dialog"
public static final String SP_KEY_WAIT_FOR_GPS_FIX_INTERVAL "sp_key_wait_for_gps_fix_interval"
public static final String UPDATE_LOCATION_UPDATES_CRITERIA_ACTION "com.github.ignition.location.UPDATE_LOCATION_UPDATES_CRITERIA_ACTION"
public static final boolean USE_GPS_DEFAULT true
public static final long WAIT_FOR_GPS_FIX_INTERVAL_DEFAULT 30000L

com.github.ignition.location.R.id
public static final int ign_loc_dialog_wait_for_fix 2130837504

com.github.ignition.location.R.string
public static final int ign_loc_dialog_wait_for_fix 2130903040

com.github.ignition.location.templates.IgnitedAbstractLocationUpdateRequester
protected static final String TAG "IgnitedLocationUpdateRequester"

com.github.ignition.location.templates.ILastLocationFinder
public static final String LAST_LOCATION_TOO_OLD_OR_INACCURATE_EXTRA "last_location_too_old_or_inaccurate_extra"
public static final String LOG_TAG "IgnitedLastLocationFinder"



Copyright © 2012. All Rights Reserved.