appleshine

Results 5 comments of appleshine

Thanks for the fast reply! But I want to limit(filter) the search result to show results from only that country. I have downloaded your project and it works well. Just...

That quick workaround worked. Thanks!

I want to be able to filter for only the fields that I need eg. formatted_address https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJlQ-ho9OEQIgRLQeLM-VMRMc&fields=name,formatted_address,address_component,geometry&key=YOUR_API_KEY or ``` let fields: GMSPlaceField = GMSPlaceField(rawValue: UInt(GMSPlaceField.name.rawValue) | UInt(GMSPlaceField.addressComponents.rawValue) | UInt(GMSPlaceField.formattedAddress.rawValue) |...

ohh okay will try that.. thanks!

one more question! does the library support the session token handling?