How can I overlay geometry on an MKMapView of a specific city or district within a city?
I'm looking at CLGeocoder
, MKOverlayView
and CLRegion
, but I'm a bit confused.
How can I get the coordinates to create an MKPolygon / overlay?
In Apple's example they already have a set of 4 points for Colorado. Do I have to manually fill these points myself from some kind of database? Or can something like CLGeocoder access the geometry of a given district / city / state?