tanweijiu / osmbonuspack

Automatically exported from code.google.com/p/osmbonuspack
0 stars 0 forks source link

osmdroid Overlays #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, 

I have a problem with my code. We are working in a collaboration for an 
application. This one seemed to work before, but now, after adding myself all 
the .jar; it looks like org.osmdroid.bonuspack.overlays doesn't contain anymore 
ExtendedOverlayItem ... Indeed, it "cannot be resolved", nor can I add it 
manually. 

Does anyone know how to fix it ? 

I attached the possibilities eclipse offers me. 

Original issue reported on code.google.com by simonale...@gmail.com on 19 Sep 2014 at 9:42

Attachments:

GoogleCodeExporter commented 9 years ago
ExtendedOverlayItem was tagged as deprecated for a long time. 
From OSMBonusPack v4.9, it has been completely removed from the source. 

You have three options: 

1) Move your code to use Marker, the new class replacing the  
ExtendedOverlayItem/ItemizedOverlayWithBubble mess. 
In the wiki, Tutorial 0 is a good guide to see how to use Marker. 

2) Just stay to OSMBonusPack v4.8 (still available in Download/archives dir), 
and plan migration to Marker later. 

3) Switch to OSMBonusPack v4.9, but still use deprecated classes, by copying 
their source files in your own application project, so that you can still use 
them as before. 

Original comment by mathieu....@gmail.com on 19 Sep 2014 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by mathieu....@gmail.com on 20 Nov 2014 at 10:05