SYIndividualPlaceNameRecord Class Reference

Representation of a single name record for Custom Place. More...

#import <SYIndividualPlaces.h>

Inheritance diagram for SYIndividualPlaceNameRecord:
Collaboration diagram for SYIndividualPlaceNameRecord:

Instance Methods

(nonnull instancetype) - initWithTitle:subtitle:language:
 
((unavailable("Use init with parameters instead.") - __attribute__
 

Class Methods

((unavailable("Use init with parameters instead.") + __attribute__
 

Properties

NSString * title
 Title of the place, used for visualization. More...
 
NSString * subtitle
 Subtitle of the place, unused in the SDK for now. More...
 
NSString * language
 A BCP47 (RFC5646) language tag. For example: "en", "fr-FR", "en-US". More...
 

Detailed Description

Representation of a single name record for Custom Place.

Method Documentation

◆ initWithTitle:subtitle:language:

- (nonnull instancetype) initWithTitle: (nonnull NSString *)  title
subtitle: (nonnull NSString *)  subtitle
language: (nonnull NSString *)  language 

◆ __attribute__ [1/2]

- ((unavailable("Use init with parameters instead.") __attribute__

◆ __attribute__ [2/2]

+ ((unavailable("Use init with parameters instead.") __attribute__

Property Documentation

◆ title

- (NSString*) title
readwritenonatomicassign

Title of the place, used for visualization.

◆ subtitle

- (NSString*) subtitle
readwritenonatomicassign

Subtitle of the place, unused in the SDK for now.

◆ language

- (NSString*) language
readwritenonatomicassign

A BCP47 (RFC5646) language tag. For example: "en", "fr-FR", "en-US".


The documentation for this class was generated from the following file: