MKMapView doesn't show updated map data

Viewed 21

I have used MKMapView which is showing old map data. A certain area has new houses but they are not showing up in the Map. Even the default apple maps app is not showing those houses either. However I have seen an another app which shows MKMapView as well, but the map data is updated over there, and the new houses are showing up.

I have also checked google maps app and it has the updated map data as well.

I couldn't find anything related to updating MKMapView's data.

Is there a way, I can update the map data in my app, which is getting used by MKMapView.

View in my App's MKMapView

View in my App's MKMapView

Same Location in another app which seems to be using MKMapView as well.

enter image description here

Same Location in google maps app.

enter image description here

Please help me understand what can I do to update tile data in my MKMapView.

0 Answers
Related