Riferimento alla classe GMSPlaceAuthorAttribution

Riferimento alla classe GMSPlaceAuthorAttribution

Funzioni pubbliche dei membri

(instancetype)- initWithName:URI:photoURI:
 Restituisce GMSPlaceAuthorAttribution con nome, URI e photoURI dell'autore.

Proprietà

NSString * name
 Restituisce il nome dell'autore.
NSURL * URI
 Restituisce l'URI dell'autore.
NSURL * photoURI
 Restituisce l'URI della foto del profilo dell'autore.

Documentazione sulle funzioni dei membri

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

Restituisce GMSPlaceAuthorAttribution con nome, URI e photoURI dell'autore.


Documentazione della proprietà

- (NSString*) nome [read, copy]

Restituisce il nome dell'autore.

- (NSURL*) URI [read, copy]

Restituisce l'URI dell'autore.

- (NSURL*) photoURI [read, copy]

Restituisce l'URI della foto del profilo dell'autore.