Skip to content

Commit

Permalink
Anohter version
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanhee committed Feb 7, 2011
1 parent ddb6b45 commit a63a5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -18,7 +18,7 @@ Here's some sample code showing how to use the classes:

setup:

GoogleLocalConnection *googleLocalConnection = [[GoogleLocalConnection alloc] initWithDelegate:self];
GoogleLocalConnection *googleLocalConnection = [[GoogleLocalConnection alloc] initWithDelegate:self];

< get user input, perhaps from a text field (textField.text) which you'll need to set up. Also will need to set up an MKMapView (here called mapView) to get the region for region biasing of the search ... >

Expand Down

0 comments on commit a63a5c7

Please sign in to comment.