GooglePlaces Framework Reference

GMSPlaceConsumerAlertDetails

@interface GMSPlaceConsumerAlertDetails : NSObject

The details of the consumer alert message.

  • The title of the consumer alert.

    Declaration

    Swift

    var title: String? { get }

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *title;
  • The description of the consumer alert.

    Declaration

    Swift

    var alertDescription: String? { get }

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *alertDescription;
  • The title of the about link.

    Declaration

    Swift

    var aboutLinkTitle: String? { get }

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *aboutLinkTitle;
  • The URI of the about link.

    Declaration

    Swift

    var aboutLinkURI: URL? { get }

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSURL *aboutLinkURI;
  • Unavailable

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;