메소드 | 설명 | |
---|---|---|
AddPoint ( double lat, double lon ) : |
Adds a point with lat and lon
|
|
AddPoint ( string geohash ) : |
||
Cache ( bool cache ) : |
Should the filter be cached or not. Defaults to false.
|
|
CacheKey ( string cacheKey ) : |
||
FilterName ( string filterName ) : |
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
|
GeoPolygonFilterBuilder ( string name ) : System.Collections.Generic | ||
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public AddPoint ( double lat, double lon ) : |
||
lat | double | The latitude |
lon | double | The longitude |
리턴 |
public AddPoint ( string geohash ) : |
||
geohash | string | |
리턴 |
public Cache ( bool cache ) : |
||
cache | bool | |
리턴 |
public CacheKey ( string cacheKey ) : |
||
cacheKey | string | |
리턴 |
public FilterName ( string filterName ) : |
||
filterName | string | |
리턴 |
public GeoPolygonFilterBuilder ( string name ) : System.Collections.Generic | ||
name | string | |
리턴 | System.Collections.Generic |