[android-developers] Need Help :android passing lat/long as parameter to web service

2012-06-11 Thread Olfa Dhaouadi
hello :) if you have an idea that can help me I would be grateful :) in my android project i have a map that contain markers i want to send touched markers properties(long/lat) as parameter to a web service .. how can i do it?? thanks in advance :) -- You received this message because you are su

Re: [android-developers] Need Help :android passing lat/long as parameter to web service

2012-06-14 Thread TreKing
On Thu, Jun 7, 2012 at 6:01 AM, Olfa Dhaouadi wrote: > i want to send touched markers properties(long/lat) as parameter to a web > service .. > how can i do it?? > 1-Write a web service that accepts lat and long parameters. The details of this are off-topic for this list. 2-Write code in your ap