is there a way to update (i.e. moving around) a MKOverlay
that is already added to the MKMapView
. Removing a old one and adding a new one is terrible (slow).
i.e i would like to trigger the background function that is calling this function when an overlay moves on the screen:
- (MKOverlayView *)mapView:(MKMapView *)mapView viewForOverlay:(id <MKOverlay>)overlay
(with MKAnnotions
its a little better i think, but i cant use MKPolyline
, MKPolygon
, etc. and the whole information is reduced to a single point)