Is there a way to determine what type of area you are in MKMapView? That is, if the center of the map is in the ocean, we can tell the user: the center of the map is above the ocean, or if the map is concentrated above the green zone: the center of the map is above the park zone ...
The only way I can do this is to take a screenshot of the visible screen and analyze the color of each bit using some method, such as: iOS - determine the color of the pixel?
However, I would be interested to know if there is an easier way that everyone can think of!
EDIT
To make what Iām looking for more clear, Iām basically looking for a way to turn the map section into a higher level for playing with different areas defined by map areas ...
source share