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
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
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
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:
>
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
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
> 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
7 matches
Mail list logo