We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a14dd5 commit 4cbdfdcCopy full SHA for 4cbdfdc
SVGeocoder/SVGeocoder.m
@@ -128,7 +128,7 @@ + (void)setGoogleMapsAPIKey:(NSString *)key {
128
- (SVGeocoder*)initWithParameters:(NSMutableDictionary*)parameters completion:(SVGeocoderCompletionHandler)block {
129
self = [super init];
130
self.operationCompletionBlock = block;
131
- self.operationRequest = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@"http://maps.googleapis.com/maps/api/geocode/json"]];
+ self.operationRequest = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@"https://maps.googleapis.com/maps/api/geocode/json"]];
132
[self.operationRequest setTimeoutInterval:kSVGeocoderTimeoutInterval];
133
134
[parameters setValue:@"true" forKey:@"sensor"];
0 commit comments