Guest User

Untitled

a guest
Jul 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. CLLocationCoordinate2D coordinate = CLLocationCoordinate2DMake(45.54181, -73.62928);
  2. SVGeocoder *rGeocoderRequest = [[SVGeocoder alloc] initWithCoordinate:coordinate];
  3. [rGeocoderRequest setDelegate:self];
  4. [rGeocoderRequest startAsynchronous];
Add Comment
Please, Sign In to add comment