
Originally Posted by
darwin_cyriac
Hi, Thanks for ur help...
I have made little changes to my code and now am getting the speed and directions from the device using location.getSpeed(); and location.getCourse(); methods. Below the changes that i made....
* cr.setSpeedAndCourseRequired(true); where cr is an instance of Criteria.
Before this I hadn't even set this. at that time its take its default value as false.that means doesn't required speed and course.
Anyway thanks for your valuable sugestion.