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