I am following the Hello documentation , MapView for Android.
I followed this most of the way, including creating the HelloItemizedOverlay class, but when I get to this section:
List<Overlay> mapOverlays;
Drawable drawable;
HelloItemizedOverlay itemizedOverlay;
I suddenly start to get errors in speaking HelloItemizedOverlay cannot be resolved to a type.
I suppose this is because I did not import the class (there is usually no instruction for this in the documentation), but how do I import the class that I created in my project?
AP257 source
share