Skip to content

Commit

Permalink
package private NavigationCamera
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsnow1 committed Jan 18, 2018
1 parent 06ad3cd commit 956d208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mapbox.services.android.navigation.ui.v5.camera;
package com.mapbox.services.android.navigation.ui.v5;

import android.content.Context;
import android.content.res.Configuration;
Expand Down Expand Up @@ -26,7 +26,7 @@
*
* @since 0.6.0
*/
public class NavigationCamera implements ProgressChangeListener {
class NavigationCamera implements ProgressChangeListener {

private MapboxMap mapboxMap;
private MapboxNavigation navigation;
Expand All @@ -43,7 +43,7 @@ public class NavigationCamera implements ProgressChangeListener {
* @param navigation for listening to location updates
* @since 0.6.0
*/
public NavigationCamera(@NonNull View view, @NonNull MapboxMap mapboxMap,
NavigationCamera(@NonNull View view, @NonNull MapboxMap mapboxMap,
@NonNull MapboxNavigation navigation) {
this.mapboxMap = mapboxMap;
this.navigation = navigation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import com.mapbox.mapboxsdk.maps.OnMapReadyCallback;
import com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerMode;
import com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin;
import com.mapbox.services.android.navigation.ui.v5.camera.NavigationCamera;
import com.mapbox.services.android.navigation.ui.v5.instruction.InstructionView;
import com.mapbox.services.android.navigation.ui.v5.location.LocationViewModel;
import com.mapbox.services.android.navigation.ui.v5.route.NavigationMapRoute;
Expand Down

0 comments on commit 956d208

Please sign in to comment.