Property | Type | Description |
---|
Method | Description | |
---|---|---|
Contains ( GeoHash hash ) : bool | ||
Contains ( WGS84Point point ) : bool | ||
GeoHashCircleQuery ( WGS84Point center, double radius ) : System |
create a GeoHashCircleQuery with the given center point and a radius in meters.
|
|
ToString ( ) : string |
public GeoHashCircleQuery ( WGS84Point center, double radius ) : System | ||
center | WGS84Point | |
radius | double | |
return | System |