Hello Group,

I've actually got two questions.  I'm work on a map application that
will display the users position with a marker.  Around the marker
their will be an accuracy circle, and a text field.   I can't get the
program to launch on my emulator.  I'm getting the following error:

I have a copy of the logcat files if anybody is interested.

The second question I have is about the approach of how I should go
about making the custom marker.
The marker is built from three components:

1) Custom Pinpoint:  an image in the resource folder
2) Accuracy circle:  A circle drawn around the image
3) Text on Path:  An Arc around the circle for text.

I'm going to use the ItemizedOverlay class.

Here are the questions:
1)  How should I draw this?  I can create a drawable from the
pinpoint, and then draw on it, or I can create a canvas and draw the
elements on that.
2)  Should I be getting the canvas from a context?  If anybody has
access to any tutorials that are relevant let me know

-- 
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