Click or drag to resize

GeoHashEnclosesCircleAroundPoint Method

?

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

Parameters

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

Return Value

Type: Boolean
?
See Also