Questions tagged [gmsplace]

GMSPlace encapsulates information about a physical location, including its name, location, and any other information we might have about it. This class is immutable. Its component of Google Map API.

33 questions
0
votes
2 answers

Can't Import gms Location Place

After I Updated gms:play-services-location from 9.0.2 to 9.6.1, I couldn't import com.google.android.gms.location.places.Place and I couldn't use PlaceAutoComplete either. Was it deprecated or removed from google play service location?
Tobi
  • 171
  • 8
0
votes
2 answers

Get image url from GMSPlace

Is there any ways I can get image url from GMSPlace object? For example, if the GMSPlace represents a restaurant, then is there any way I can get that restaurant's image via google api? Or any other service from google?
Sunil Chauhan
  • 2,074
  • 1
  • 15
  • 33
-1
votes
1 answer

Q: GMSPlaceField results to an invalid instance?

I've noticed that if I add another field of GMSPlaceField to my request like the one demonstrated here: https://developers.google.com/places/ios-sdk/client-migration#fetch_a_place_photo and say make the fields like so: let fields: GMSPlaceField =…
1 2
3