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*) name [read, copy]

作成者の名前を返します。

-(NSURL*)URI [read, copy]

作成者の URI を返します。

- (NSURL*) photoURI [read, copy]

作成者のプロフィール写真の URI を返します。