GraphPlace
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Provides a strongly-typed representation of a Place as defined by the Graph API.

Note that this interface is intended to be used with GraphObject.Factory and not implemented directly.

구현:GraphObject
패키지:model
인스턴스 메서드
getId()

Returns the ID of the place.

public String getId()
Returns
The ID of the place
setId(String)

Sets the ID of the place.

public void setId(String id)
매개변수설명
idThe ID of the place
getName()

Returns the name of the place.

public String getName()
Returns
The name of the place
setName(String)

Sets the name of the place.

public void setName(String name)
매개변수설명
nameThe name of the place
getCategory()

Returns the category of the place.

public String getCategory()
Returns
The category of the place
setCategory(String)

Sets the category of the place.

public void setCategory(String category)
매개변수설명
categoryThe category of the place
getLocation()

Returns the location of the place.

public GraphLocation getLocation()
Returns
The location of the place
setLocation(GraphLocation)

Sets the location of the place.

public void setLocation(GraphLocation location)
매개변수설명
locationThe location of the place