I am using Alamofire
and SwiftyJSON
to auto complete Google Places. I integrated it well and good like this :
Now, what I need is if I select a place from the table view, it is selected in the text field. But how can I get the respective latitude and longitude of that place, so that I can add annotation of that place in MapKit
Is it legal to get details from Google Place API
and display them on apple's MapKit? I got this doubt after seeing Viking's question