GMSPlaceAuthorAttribution 類別參考資料

GMSPlaceAuthorAttribution 類別參考資料

公開成員函式

(instancetype)- initWithName:URI:photoURI:
 傳回包含名稱、URI 和作者 PhotoURI 的 GMSPlaceAuthorAttribution

資源

NSString * name
 傳回作者的名稱。
NSURL * URI
 傳回作者的 URI。
NSURL * photoURI
 傳回作者的個人資料相片 URI。

成員函式說明文件

- (instancetype) initWithName: (NSString *) name
URI: (nullable NSURL *)  URI
PhotoURI: (nullable NSURL *)  photoURI

傳回包含名稱、URI 和作者 PhotoURI 的 GMSPlaceAuthorAttribution


資源說明文件

- (NSString*) <名稱> [read, copy]

傳回作者的名稱。

- (NSURL*) URI [read, copy]

傳回作者的 URI。

- (NSURL*) photoURI [read, copy]

傳回作者的個人資料相片 URI。