mapzen / eraser-map

Privacy-focused mapping application for Android
GNU General Public License v3.0
75 stars 24 forks source link

Single tap consistency #795

Closed sarahsnow1 closed 7 years ago

sarahsnow1 commented 7 years ago

Overview

Migrates from FeaturePickListener to LabelPickListener.

Proposed Changes

The LabelPickListener ensures that coordinates returned are in the center of a label and is better suited for EM's needs.

Closes #775