I am using an Android Virtual Device and I had the same problem until
I changed the first line of HelloItemizedOverlay(Drawable
defaultMarker, Context context) from

super(defaultMarker);

to

super(boundCenterBottom(defaultMarker);

After adding the call to boundCenterBottom, it display the marker.

I hope this helps,
...Reynold

On Mar 13, 6:58 pm, Dominik Schury <[email protected]>
wrote:
> Hello Developers,
>
> I am new at Android development and I work through the tutorials.
> TheHelloGoogleMapsTutorial
>
> http://developer.android.com/resources/tutorials/views/hello-mapview....
>
> does not work on my phone. The map is shown but not the marker. So I
> want to ask if someone has a working source code of the tutorial?
> I can not understand that Google does not provide!
>
> Thank you in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to