GMSPlaceAuthorAttribution 类参考

GMSPlaceAuthorAttribution 类参考

公共成员函数

(instancetype)- initWithName:URI:photoURI:
 返回包含名称、URI 和作者 photoURI 的 GMSPlaceAuthorAttribution

属性

NSString * name
 返回作者的姓名。
NS网址 * URI
 返回作者的 URI。
NS网址 * photoURI
 返回作者的个人资料照片 URI。

成员函数文档

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

返回包含名称、URI 和作者 photoURI 的 GMSPlaceAuthorAttribution


属性说明

- (NSString*) 名称 [read, copy]

返回作者的姓名。

- (NS网址*)URI [read, copy]

返回作者的 URI。

- (NS网址*) photoURI [read, copy]

返回作者的个人资料照片 URI。