Riferimento alla classe GMSPlaceAuthorAttribution

Riferimento classe GMSPlaceAuthorAttribution

Panoramica

Una classe che rappresenta l'attribuzione dell'autore.

Funzioni per i membri pubbliche

(instancetype)- initWithName:URI:photoURI:
 Restituisce GMSPlaceAuthorAttribution con un 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: (NSURL con valore nullo *) URI
fotoURI: (NSURL con valore nullo *) photoURI

Restituisce GMSPlaceAuthorAttribution con un 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.