[android-developers] Re: Drawing on MapView

2008-11-05 Thread Peter Stevenson
Peter Wrote What is the Question do you what to display the description for each Geopoint Prestes wrote: > Hi all, > > How do I that when every GeoPoint displays a description ? > can someone help me? > > On 29 set, 21:11, Prash <[EMAIL PROTECTED]> wrote: > >> Thanks Peter for the post! I

[android-developers] Re: Drawing on MapView

2008-11-03 Thread Prestes
Hi all, How do I that when every GeoPoint displays a description ? can someone help me? On 29 set, 21:11, Prash <[EMAIL PROTECTED]> wrote: > Thanks Peter for the post! I was lost with getting a basic Map display > - turns out its an issue with the "uses-permission" in the > AndroidManifest.xml f

[android-developers] Re: Drawing on MapView

2008-09-29 Thread Prash
Thanks Peter for the post! I was lost with getting a basic Map display - turns out its an issue with the "uses-permission" in the AndroidManifest.xml file which seems to be a fairly new development. In the Location based API documentation, it would help if they add the fact that these permissions

[android-developers] Re: Drawing on MapView

2008-09-27 Thread Jordan Innovations
Why do not you try the open source Maps application, I re-wrote it again to help developers understand how the maps application works and extend it accordingly: http://nader.shalabi.googlepages.com/androidapplications Regards On Thu, Sep 25, 2008 at 6:35 PM, andrex <[EMAIL PROTECTED]> wrote: >

[android-developers] Re: Drawing on MapView

2008-09-25 Thread andrex
Hi peter, i was trying use the code but i can't. I'll show you the code of my class import android.graphics.Canvas; import android.graphics.drawable.Drawable; import java.io.DataOutputStream; import java.io.OutputStream; import java.lang.reflect.Array; import java.net.HttpURLConnection; import j

[android-developers] Re: Drawing on MapView

2008-09-19 Thread Peter Stevenson
Hi Take a look at this code I would like to thank the other member of the group who help getting this code to work thank you mapView = (MapView) findViewById(R.id.map); Drawable defaultMarker = getResources().getDrawable( R.drawable.mappin_red); // You HAV

[android-developers] Re: Drawing on MapView

2008-09-17 Thread Mark Murphy
> Hi, I'm new here, I need some help. I'm building an aplicattion which > show maps. My problem is that I need write information over the map. I > was ussing canvas package but It did not work. Can you help me please. You may want to use an Overlay, preferably an ItemizedOverlay. http://androidg