City-of-Bloomington / open311-ios

GeoReporter iOS source code. Native iOS smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
23 stars 22 forks source link

Create a shared library function for the maps #201

Closed inghamn closed 11 years ago

inghamn commented 11 years ago

We're doing the same thing in several places. We display a map, zoom and center the map to a coordinate, and optionally, display a marker on the map.

The code can be imrpoved by pulling this function out into it's own class.