FBGraphLocation
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

The FBGraphLocation protocol enables typed access to the location property of a Facebook place object.

Discussion:

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

Extends Protocol:FBGraphObject
Declared in:FBGraphLocation.h
ทรัพย์สิน
city

Typed access to a location's city.

@property (retain, nonatomic) NSString *city;
ให้คำรับรองไว้ใน: FBGraphLocation.h
country

Typed access to a location's country.

@property (retain, nonatomic) NSString *country;
ให้คำรับรองไว้ใน: FBGraphLocation.h
latitude

Typed access to a location's latitude.

@property (retain, nonatomic) NSNumber *latitude;
ให้คำรับรองไว้ใน: FBGraphLocation.h
longitude

Typed access to a location's longitude.

@property (retain, nonatomic) NSNumber *longitude;
ให้คำรับรองไว้ใน: FBGraphLocation.h
state

Typed access to a location's state.

@property (retain, nonatomic) NSString *state;
ให้คำรับรองไว้ใน: FBGraphLocation.h
street

Typed access to a location's street.

@property (retain, nonatomic) NSString *street;
ให้คำรับรองไว้ใน: FBGraphLocation.h
zip

Typed access to a location's zip code.

@property (retain, nonatomic) NSString *zip;
ให้คำรับรองไว้ใน: FBGraphLocation.h