Click or drag to resize

GeoHashEnclosesCircleAroundPoint Method

?

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool EnclosesCircleAroundPoint(
	WGS84Point point,
	double radius
)

Parameters

point
Type: VelocityDBExtensions.GeoWGS84Point
?
radius
Type: SystemDouble
?

Return Value

Type: Boolean
?
See Also