Outdooractive / route-me

Open source map library for iOS
Other
122 stars 400 forks source link

double tap passthrough #71

Closed incanus closed 12 years ago

incanus commented 12 years ago

This eliminates some redundant code when passing along annotation double-taps to the underlying tiled layer. This simplifies the addition of this feature since both types of double-taps need to be recognized and evaluated in that case, and performing the center check code in two places is undesirable.