GooglePlaces Framework Reference

  • GMSPlaceReview represents individual reviews associated with a place, containing details like publishing date, text, rating, and author information.

  • It provides access to the review's textual content in both its original and potentially translated forms, along with corresponding language codes.

  • Developers can retrieve the review's rating (1.0 - 5.0), publication timestamp, and a relative date description for display purposes.

  • The authorAttribution property gives access to information about the review's author, which needs to be displayed according to Google's attribution policies.

GMSPlaceReview

Deprecated

This class is deprecated, please use the Place Details component (https://developers.google.com/maps/documentation/places/ios-sdk/place-details-ui-kit) instead.


@interface GMSPlaceReview : NSObject

This class represents a single place review.