Prerequisites
Install pods in your project
Install the GooglePlaces SDK
Enable location services
First we need to get the users location by getting their current longitude and latitude.
Import GooglePlaces and GooglePlacePicker
import GooglePlaces
import GooglePlacePicker
Add the...