C# 클래스 Streamer.QueryLocations

상속: TwitterQuery
파일 보기 프로젝트 열기: EddieCameron/Streamer 1 사용 예제들

공개 메소드들

메소드 설명
AddLocationBoundingBox ( Coordinates southwestCorner, Coordinates northeastCorner ) : bool
GetKey ( ) : string
GetLocations ( ) : List
GetParameter ( ) : string
MergeQuery ( TwitterQuery toMerge ) : void
QueryLocations ( ) : System
QueryLocations ( Coordinates southwestCorner, Coordinates northeastCorner ) : System
RemoveQuery ( TwitterQuery toRemove ) : void

메소드 상세

AddLocationBoundingBox() 공개 메소드

public AddLocationBoundingBox ( Coordinates southwestCorner, Coordinates northeastCorner ) : bool
southwestCorner Coordinates
northeastCorner Coordinates
리턴 bool

GetKey() 공개 메소드

public GetKey ( ) : string
리턴 string

GetLocations() 공개 메소드

public GetLocations ( ) : List
리턴 List

GetParameter() 공개 메소드

public GetParameter ( ) : string
리턴 string

MergeQuery() 공개 메소드

public MergeQuery ( TwitterQuery toMerge ) : void
toMerge TwitterQuery
리턴 void

QueryLocations() 공개 메소드

public QueryLocations ( ) : System
리턴 System

QueryLocations() 공개 메소드

public QueryLocations ( Coordinates southwestCorner, Coordinates northeastCorner ) : System
southwestCorner Coordinates
northeastCorner Coordinates
리턴 System

RemoveQuery() 공개 메소드

public RemoveQuery ( TwitterQuery toRemove ) : void
toRemove TwitterQuery
리턴 void