PHP 클래스 FactualRectangle

저자: Tyler
파일 보기 프로젝트 열기: factual/factual-php-driver

공개 메소드들

메소드 설명
__construct ( $latTL, $lonTL, $latBR, $lonBR ) Constructs a geographic Circle representation. Points are always ordered as [latitude, longitude]:
toJsonStr ( ) : string Returns JSON component of query

메소드 상세

__construct() 공개 메소드

Constructs a geographic Circle representation. Points are always ordered as [latitude, longitude]:
public __construct ( $latTL, $lonTL, $latBR, $lonBR )

toJsonStr() 공개 메소드

Returns JSON component of query
public toJsonStr ( ) : string
리턴 string