GooglePlaces Framework Reference

  • GMSPlace is an immutable class that represents a particular physical place, encapsulating information like name, location, and other relevant details.

  • It provides access to various properties such as name, place ID, coordinates, phone number, address, rating, reviews, price level, and more.

  • GMSPlace also offers information about operating hours, including regular and secondary hours, and special day entries.

  • Additionally, it includes attributes about dining options (like takeout, delivery, dine-in), service offerings (serves breakfast, lunch, etc.), and accessibility features.

  • Developers can use this class to retrieve and display detailed information about places within their applications using the Google Maps SDK for iOS.

GMSPlace

@interface GMSPlace : NSObject

Represents a particular physical place. A GMSPlace encapsulates information about a physical location, including its name, location, and any other information we might have about it. This class is immutable.