public class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
AREA_TRACKS_AMOUNT
Amount of tracks played in the
Soundscape . |
static short |
DISTANCE_MIN_NEAREST
The minimum distance (in meters) wherein which a point is considered to be near an an other one.
|
static float |
DISTANCE_PLACE_VISIBILITY
The minimum distance for a
Place to be considered visible (in meters). |
static short |
DURATION_CAMERA_ANIMATION
The duration of camera animation usually invoked whith
SharedBuffer.map() .animateCamera() . |
static short |
DURATION_FADING_FAST |
static short |
DURATION_FADING_SLOW |
static short |
DURATION_MIN_BUFFERING
Amount of time (in ms) after playback for a sound to be considered enough buffered.
|
static short |
GPS_INITIAL_ZOOM
An initial zoom passed along the focus point of an intial user location retrieval.
|
static short |
GPS_MIN_ACCURACY
The minimum accuracy (in meters) required for the GPS to be considered active (30m).
|
static short |
GPS_RESOLVE_CODE
Used to track a GPS activation task.
|
static short |
INTERVAL_FAST
20 fps
|
static short |
INTERVAL_MAX
60 fps
|
static short |
INTERVAL_NORMAL
10 fps
|
static short |
INTERVAL_SLOW
1 fps
|
static float |
MAP_TILT_MAX |
static float |
MAP_TILT_MIN
Min / Max tilt when using sensor.
|
static float |
OPACITY_BUILDING
How opaque is the 3D buildings' layer?
|
static float |
OPACITY_OVERLAY
How opaque are the overlay (when
SharedBuffer.location() is OUTSIDE)? |
static short |
PERMISSION_REQUEST_CODE
Used to track the
ACCESS_FINE_LOCATION and RECORD_AUDIO permission requests. |
static int |
SIMULATION_DURATION
The duration of the simulation (in ms).
|
static com.mapbox.mapboxsdk.geometry.LatLng[] |
SIMULATION_LOCATIONS
A list of
LatLng to simulate a track. |
static short |
TIMEOUT_LANDSCAPE_START
Amount of silence (in seconds) before starting the
Soundscape 's playback (8s). |
static short |
TIMEOUT_LOCATION_SEARCH
Amount of time we wait before considering that there's no location to be found (20s).
|
static float |
VOLUME_GAIN
Initial volume gain for every sounds.
|
Constructor and Description |
---|
Constants() |
public static final short PERMISSION_REQUEST_CODE
ACCESS_FINE_LOCATION
and RECORD_AUDIO
permission requests.public static final float MAP_TILT_MIN
public static final float MAP_TILT_MAX
public static final float VOLUME_GAIN
public static final float OPACITY_OVERLAY
SharedBuffer.location()
is OUTSIDE)?public static final float OPACITY_BUILDING
public static final short AREA_TRACKS_AMOUNT
Soundscape
.public static final short GPS_MIN_ACCURACY
public static final short GPS_RESOLVE_CODE
public static final short GPS_INITIAL_ZOOM
public static final float DISTANCE_PLACE_VISIBILITY
Place
to be considered visible (in meters).public static final short DISTANCE_MIN_NEAREST
public static final short INTERVAL_MAX
public static final short INTERVAL_FAST
public static final short INTERVAL_NORMAL
public static final short INTERVAL_SLOW
public static final short TIMEOUT_LANDSCAPE_START
Soundscape
's playback (8s).public static final short TIMEOUT_LOCATION_SEARCH
public static final short DURATION_CAMERA_ANIMATION
SharedBuffer.map()
.animateCamera()
.public static final short DURATION_MIN_BUFFERING
public static final short DURATION_FADING_FAST
public static final short DURATION_FADING_SLOW
public static final com.mapbox.mapboxsdk.geometry.LatLng[] SIMULATION_LOCATIONS
LatLng
to simulate a track.public static final int SIMULATION_DURATION