總覽
代表作者作者資訊的類別。
公開成員函式 | |
(instancetype) | - initWithName:URI:photoURI: |
傳回包含名稱、URI 和作者 photosURI 的 GMSPlaceAuthorAttribution 。 | |
房源 | |
NSString * | name |
傳回作者的名稱。 | |
NSURL * | URI |
傳回作者的 URI。 | |
NSURL * | photoURI |
傳回作者的個人資料相片 URI。 |
成員職能說明文件
- (instancetype) initWithName: | (NSString *) | name | |
URI: | (可為空值的 NSURL *) | URI | |
photosURI: | (可為空值的 NSURL *) | photoURI | |
傳回包含名稱、URI 和作者 photosURI 的 GMSPlaceAuthorAttribution
。
屬性說明文件
- (NSURL*) URI [read, copy] |
傳回作者的 URI。
- (NSURL*) photoURI [read, copy] |
傳回作者的個人資料相片 URI。