sir i am new to iPhone development. i need to know how to get new location without sending latitude and langtitude in the url request.
NSURL *URL = [NSURL URLWithString:@"https://maps.googleapis.com/maps/api/place/search /json?location=40.7143528,-74.0059731&radius=10000&types=school&sensor=false&key=AIzaSyDbiWWIOmc08YSb9DAkdyTWXh_PirVuXpM"];
this is my code here i did request through url request with iat and lang values now i need to give without this two values. but it should take current values