Skip to content

Commit

Permalink
mapbox#894 - remove debug polyline
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Sep 7, 2015
1 parent 1caf50a commit f8a5589
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,6 @@ public boolean onSingleTapUp(MotionEvent e) {

BoundingBox tapBounds = BoundingBox.fromLatLngs(corners);

addPolyline(new PolylineOptions().addAll(corners).add(corners.get(0)).color(Color.RED).width(2));

List<Annotation> nearbyAnnotations = getAnnotationsInBounds(tapBounds);

long newSelectedAnnotationID = -1;
Expand Down

0 comments on commit f8a5589

Please sign in to comment.