Skip to content Skip to sidebar Skip to footer

Osmdroid Itemizedoverlay Error: The Method Boundcenterbottom(drawable) Is Undefined For The Type

I'm struggling for some hours now with this problem: I'm trying to get my itemizedoverlay to work, but I keep getting this error: The method boundCenterBottom(Drawable) is undefine

Solution 1:

ok, it seem's that the answer to my question is that this method is not implemented in osmdroid and:

item.setMarkerHotspot(HotspotPlace.BOTTOM_CENTER);

should be used insteed

Post a Comment for "Osmdroid Itemizedoverlay Error: The Method Boundcenterbottom(drawable) Is Undefined For The Type"