Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanhee committed Mar 25, 2011
1 parent 17dba53 commit 5bef8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GoogleLocalConnection.m
Expand Up @@ -55,6 +55,7 @@ -(void)getGoogleObjectsWithQuery:(NSString *)query andMapRegion:(MKCoordinateReg
} }
if (numResults > 4) { if (numResults > 4) {
numResults = 4; numResults = 4;
}
double centerLat = region.center.latitude; double centerLat = region.center.latitude;
double centerLng = region.center.longitude; double centerLng = region.center.longitude;
query = [query gtm_stringByEscapingForURLArgument]; query = [query gtm_stringByEscapingForURLArgument];
Expand Down

0 comments on commit 5bef8e1

Please sign in to comment.