[android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread oldskool73
On Feb 25, 2:59 am, TreKing treking...@gmail.com wrote: On Thu, Feb 24, 2011 at 8:56 PM, SEWilco sewi...@gmail.com wrote: Can my app access GeoPoint data and change it? What data? Well seeing as a geopoint only contains a latlong what data do you think? I'm not finding a way to access

Re: [android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread TreKing
On Fri, Feb 25, 2011 at 2:18 AM, oldskool73 oldskoo...@gmail.com wrote: On Feb 25, 2:59 am, TreKing treking...@gmail.com wrote: On Thu, Feb 24, 2011 at 8:56 PM, SEWilco sewi...@gmail.com wrote: Can my app access GeoPoint data and change it? What data? Well seeing as a geopoint only

[android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread oldskool73
I fail to see how asking him what data he's talking about makes me a dick. Calling someone a dick on a public forum though ... You are of course entitled to your opinion. And lord knows I've been called worse. Well if you'd actually explained that you couldn't help him without further

[android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread SEWilco
I did mention Overlays. When adding an overlay to MapView, I have to specify a GeoPoint, mSnippet, and mTitle. How can I access those three pieces of information? ListOverlay mapOverlays; ... mapOverlays = mapView.getOverlays(); GeoPoint point = new

Re: [android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread TreKing
On Fri, Feb 25, 2011 at 12:08 PM, SEWilco sewi...@gmail.com wrote: When I try to access the MapView Overlay, I seem to only be able to access Overlay methods and I'm not seeing a way to reach the OrderedList data which is given to the overlay. When you create an Overlay you're making a

Re: [android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread TreKing
On Fri, Feb 25, 2011 at 11:56 AM, oldskool73 oldskoo...@gmail.com wrote: Well if you'd actually explained that you couldn't help him without further info, or that his question didn't make much sense (as I did) that would have been appropriate, but a reply of 'what data?' 3 times is even less

Re: [android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread TreKing
On Fri, Feb 25, 2011 at 12:12 PM, TreKing treking...@gmail.com wrote: On Fri, Feb 25, 2011 at 12:08 PM, SEWilco sewi...@gmail.com wrote: When I try to access the MapView Overlay, I seem to only be able to access Overlay methods and I'm not seeing a way to reach the OrderedList data which is

[android-developers] Re: Maps GeoPoint: Accessing and changing data?

2011-02-25 Thread SEWilco
On Feb 25, 12:12 pm, TreKing treking...@gmail.com wrote: On Fri, Feb 25, 2011 at 12:08 PM, SEWilco sewi...@gmail.com wrote: When I try to access the MapView Overlay, I seem to only be able to access Overlay methods and I'm not seeing a way to reach the OrderedList data which is given to