aqsous / osmbonuspack

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

No way to provide my ResourceProxy in ItemizedOverlayWithBubble #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. write your own ResourceProxy implementation
2. try to put it into ItemizedOverlayWithBubble

What is the expected output? What do you see instead?
ItemizedIconOverlay has the constructors with ResourceProxy args, but 
ItemizedOverlayWithBubble has no one.

What version of the product are you using?
osmdroid-android-3.0.10
osmbonuspack_v34

Original issue reported on code.google.com by goro.d...@gmail.com on 13 Jun 2013 at 6:34

GoogleCodeExporter commented 9 years ago
Why not, but for which purpose ?... 

As far as I understand ItemizedIconOverlay implementation, the ResourceProxy is 
only used to provide a default marker. 
And using the default marker is strongly discouraged, as we cannot get its 
dimensions, so the bubble cannot be positionned correctly (see 
ExtendedOverlayItem). 

If I miss something, please explain. 

Original comment by mathieu....@gmail.com on 14 Jun 2013 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by mathieu....@gmail.com on 24 Aug 2013 at 4:20