diff --git a/WhereAmI/OpenCageAPI.m b/WhereAmI/OpenCageAPI.m index 08cf25c..97fe8fe 100644 --- a/WhereAmI/OpenCageAPI.m +++ b/WhereAmI/OpenCageAPI.m @@ -69,6 +69,7 @@ - (void)sendGeoCodeRequestWithLatitude:(double)latitude NSDictionary *URLParams = @{ @"key": [self apiKey], @"q": [NSString stringWithFormat:@"%f,%f", latitude, longitude], + @"no_annotations": @"1" }; URL = NSURLByAppendingQueryParameters(URL, URLParams); NSMutableURLRequest* request = [NSMutableURLRequest requestWithURL:URL];