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
Hello,
The official tutorial works for me.
http://developer.android.com/resources/tutorials/views/hello-mapview.html
Its best to debug to identify the problem. Did you include marker
images in your res/drawable* directories ?
Regards,
Piyush Hari
http://petsiiphoneapp.com
PETSI: Where Pets meet
2 matches
Mail list logo