GMSPlaceAuthorAttribution Class Reference
Overview
A class representing an author attribution.
Public Member Functions | |
(instancetype) | - initWithName:URI:photoURI: |
Returns the GMSPlaceAuthorAttribution with a name, URI, and author photoURI. | |
Properties | |
NSString * | name |
Returns the name of the author. | |
NSURL * | URI |
Returns the URI of the author. | |
NSURL * | photoURI |
Returns the profile photo URI of the author. |
Member Function Documentation
- (instancetype) initWithName: | (NSString *) | name | |
URI: | (nullable NSURL *) | URI | |
photoURI: | (nullable NSURL *) | photoURI | |
Returns the GMSPlaceAuthorAttribution
with a name, URI, and author photoURI.
Property Documentation
- (NSString*) name [read, copy] |
Returns the name of the author.
- (NSURL*) URI [read, copy] |
Returns the URI of the author.
- (NSURL*) photoURI [read, copy] |
Returns the profile photo URI of the author.