Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - deprecate locationengine
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Feb 13, 2018
1 parent 143c346 commit 1d6655c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ public static synchronized Boolean isConnected() {
* Returns the location engine used by the SDK.
*
* @return the location engine configured
* @deprecated use location layer plugin from
* https://github.com/mapbox/mapbox-plugins-android/tree/master/plugins/locationlayer instead.
*/
// TODO Do we need to expose this?
@Deprecated
public static LocationEngine getLocationEngine() {
return INSTANCE.locationEngine;
}
Expand Down

0 comments on commit 1d6655c

Please sign in to comment.