I want to Integrate Weather radar on my MapView.Please anyone help on doing this task.I have done so many googling but not get succeed.Please check this image i wanted to do like this.

Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
I have done something like this for achieving this task: in header file(.h)
in .m file
|
|||||
|
|
You need investigate MapKit overlays (MKOverlay). In your case you will be creating a You will need to create an array of MKMapPoints from your weather radar data, then create a MKPolygon from these points and add it your map as an overlay. There is a sample Apple project called HazardMap which does something very similar to what you are trying to do, except in this case it is using earthquake data. Also check out the WWWDC 2011 presentation "Visualizing Information Geographically with MapKit". Around the 30 minute mark they start talking about Overlays. Hope this helps. |
|||||||
|
