Skip to content

Commit

Permalink
Merge branch '74_RouteSummary'
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoGetup committed Jan 17, 2019
2 parents c77bfdc + 5a4f8b0 commit b97b75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/amos/corridornavigation/MapContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void onRouteButtonClicked() {
.include(originLatLng) // Northeast
.include(destinationPoint) // Southwest
.build();
mapboxMap.animateCamera(CameraUpdateFactory.newLatLngBounds(latLngBounds,200));
mapboxMap.animateCamera(CameraUpdateFactory.newLatLngBounds(latLngBounds,100,350,100,500));
}

private void makeGeocodeSearch(LatLng latLng) {
Expand Down

0 comments on commit b97b75b

Please sign in to comment.