Picker Places from Google Maps to UITableView
问题 I need put names of highlights from Picker Place from Google Maps SDK to my own TableView. It should be order by distance from center place. I used framework but I see automaticly generated map with picker places and table below. CLLocationCoordinate2D center = CLLocationCoordinate2DMake(37.788204, -122.411937); CLLocationCoordinate2D northEast = CLLocationCoordinate2DMake(center.latitude + 0.001, center.longitude + 0.001); CLLocationCoordinate2D southWest = CLLocationCoordinate2DMake(center