hi Yodaa,
i guess your problem is with calling the HelloItemizedOverlay(Drawable
defaultMarker, Context context) constructor... u r calling the wrong
constructoe as u have made 2 constructors in the class..
Secondly i would like to point out that its better you keep only one
constructor and change it as i have mentioned below...
m sure this will solve your problem...
public HelloItemizedOverlay(Drawable defaultMarker, Context context)
{
super(boundCenterBottom(defaultMarker));
mContext = context;
}
Take care....
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en