[android-developers] Location object bad results

2009-08-28 Thread Alexander Davis
Does anyone else get lat/lons off by a multiplier of 10^-1 when they use the getLatitude() and getLongitude() methods of the Location object? I do. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Dragging markers in MapView

2009-06-04 Thread Alexander Davis
Hey I ahve seen a couple discussions on this board about dragging icons in Mapview. They did not get resolved; but I know this is possible since it is implemented in both Locale and in the My Maps Editor. So: how do I make it so that a marker can be clicked and draggable? Thanks! Alex --~--~---

[android-developers] Draggable Map Objects

2009-06-04 Thread Alexander Davis
Is it possible to drag markers and such on a MapView? This IS implemented in the google-released 'my maps editor' application. I would really like to be able to have a mapview in my application with my location as a point and a draggable marker as well. Thanks Alex --~--~-~--~~--

[android-developers] dragging objects in MapView

2009-06-04 Thread Alexander Davis
Hey How does one drag and drop markers in a mapview? Locale has implemented this nicely... Alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] MapView Draggable Objects

2009-06-04 Thread Alexander Davis
Hey Is it easy/possible to drag marker objects in a MapView? Alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: MapView Draggable Objects

2009-06-04 Thread Alexander Davis
l > > <http://developer.android.com/guide/tutorials/views/hello-mapview.html>at > the end there are also about markers > > 2009/6/4 Alexander Davis > > > > > Hey > > Is it easy/possible to drag marker objects in a MapView? > > > Alex > > -- &

[android-developers] Re: MapView Draggable Objects

2009-06-04 Thread Alexander Davis
p://code.google.com/apis/maps/documentation/reference.html > > I am also in a search how to diplay a custom cloud box over the marker, and > how to implement a click listener > > 2009/6/4 Alexander Davis > > > > > > > Yup there is info about markers, but

[android-developers] Re: MapView Draggable Objects

2009-06-04 Thread Alexander Davis
or > drawing and handling touch events, and you can get a Projection object > from the map view in your version of draw() in order to translate lat/ > lon to screen coords for the current view. > > On Jun 4, 4:55 pm, Alexander Davis wrote: > > > Yup, thats the maps API, not w

[android-developers] Re: MapView Draggable Objects

2009-06-04 Thread Alexander Davis
I should add that this is in no way closed. If you have a workaround, please poast! On Jun 4, 3:22 pm, Alexander Davis wrote: > Yeah, thats what I have gleaned from the other group posts. Thanks for > the info, I appreciate it. I'll look into it more and maybe make my > own packag