Method GetBoundingBoxFilter
GetBoundingBoxFilter(Double, Double, Double)
Given a latitude and longitude (in degrees) and the maximum great circle (surface of the earth) distance, returns a simple Filter bounding box to "fast match" candidates.
Declaration
public static Filter GetBoundingBoxFilter(double originLat, double originLng, double maxDistanceKM)
Parameters
Type | Name | Description |
---|---|---|
System.Double | originLat | |
System.Double | originLng | |
System.Double | maxDistanceKM |
Returns
Type | Description |
---|---|
Filter |