how to get current latitude & longitude without
- (void)locationManager:(CLLocationManager )manager didUpdateToLocation:(CLLocation)newLocation fromLocation:(CLLocation *)oldLocation {..}
using this method
and if i used this function , how much distance i have to travel.... to call this function or can i call this function programmatic ....