summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationComponentConstants.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationComponentConstants.java b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationComponentConstants.java
index 93d8bac32e..f2158584c7 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationComponentConstants.java
+++ b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationComponentConstants.java
@@ -33,7 +33,12 @@ public final class LocationComponentConstants {
static final long DEFAULT_FASTEST_INTERVAL_MILLIS = 1000;
// Sources
- static final String LOCATION_SOURCE = "mapbox-location-source";
+
+ /**
+ * Source ID of the location's GeoJsonSource.
+ */
+ public static final String LOCATION_SOURCE = "mapbox-location-source";
+
static final String PROPERTY_GPS_BEARING = "mapbox-property-gps-bearing";
static final String PROPERTY_COMPASS_BEARING = "mapbox-property-compass-bearing";
static final String PROPERTY_LOCATION_STALE = "mapbox-property-location-stale";