Skip to content

Commit 1d2d704

Browse files
add obtain location engine type javadoc (#635)
1 parent 7302f9d commit 1d2d704

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • mapbox/libandroid-telemetry/src/main/java/com/mapbox/services/android/telemetry/location

mapbox/libandroid-telemetry/src/main/java/com/mapbox/services/android/telemetry/location/LocationEngine.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ public LocationEngine() {
9595
*/
9696
public abstract void removeLocationUpdates();
9797

98+
/**
99+
* Get the current {@link LocationEngine} {@link Type} being used.
100+
*
101+
* @return one of the location engine types listed inside the {@link Type} enum.
102+
* @since 2.2.6
103+
*/
98104
public abstract Type obtainType();
99105

100106
/**

0 commit comments

Comments
 (0)