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

Implement new bearingTrackingMode GPS_NORTH_FACING #11095

Merged
merged 1 commit into from
Feb 5, 2018

Conversation

tobrun
Copy link
Member

@tobrun tobrun commented Jan 31, 2018

Follow up on external PR in #11050

@tobrun tobrun added the Android Mapbox Maps SDK for Android label Jan 31, 2018
@tobrun tobrun added this to the android-v5.3.3 milestone Jan 31, 2018
@tobrun tobrun self-assigned this Jan 31, 2018
@tobrun tobrun mentioned this pull request Jan 31, 2018
23 tasks
@@ -1017,6 +1023,13 @@ void updateLatLng(@NonNull Location location) {
setCompass(0, COMPASS_UPDATE_RATE_MS);
}

if (myBearingTrackingMode == MyBearingTracking.GPS_NORTH_FACING) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small note that this could've been an else-if object.

@tobrun tobrun merged commit 528729d into master Feb 5, 2018
@tobrun tobrun deleted the tvn-bearing-tracking-mode branch February 5, 2018 09:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants