MapXL / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

implementation of RMMapView delegate assumes single/global RMMapViewDelegate instance for all map views #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The use of global delegateHas variables (lines 46-59 of RMMapView.m in r241) 
effectively mean 
that only one RMMapView instance can exist in an application.

Original issue reported on code.google.com by halmuel...@gmail.com on 6 Mar 2009 at 5:57

GoogleCodeExporter commented 8 years ago
potentially fixed in r279 .  Someone please test with a multi-map project.

Original comment by Quazie on 10 Mar 2009 at 10:42

GoogleCodeExporter commented 8 years ago
r311 contains a partial test case. However, the two maps in that sample use the 
same delegate.

Original comment by halmuel...@gmail.com on 12 Mar 2009 at 3:49