FBGraphPlace
لم تعد هذه الفئة متوفر في أحدث إصدار من SDK.
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

The FBGraphPlace protocol enables typed access to a place object as represented in the Graph API.

Discussion:

The FBGraphPlace protocol represents the most commonly used properties of a Facebook place object. It may be used to access an NSDictionary object that has been wrapped with an FBGraphObject facade.

Extends Protocol:FBGraphObject
Declared in:FBGraphPlace.h
الخصائص
category

Typed access to the place category.

@property (retain, nonatomic) NSString *category;
تم الكشف في: FBGraphPlace.h
id

Typed access to the place ID.

@property (retain, nonatomic) NSString *id;
تم الكشف في: FBGraphPlace.h
location

Typed access to the place location.

@property (retain, nonatomic) id<FBGraphLocation> location;
تم الكشف في: FBGraphPlace.h
name

Typed access to the place name.

@property (retain, nonatomic) NSString *name;
تم الكشف في: FBGraphPlace.h