GeoHashEnclosesCircleAroundPoint Method |
?
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool EnclosesCircleAroundPoint(
WGS84Point point,
double radius
)
Public Function EnclosesCircleAroundPoint (
point As WGS84Point,
radius As Double
) As Boolean
public:
bool EnclosesCircleAroundPoint(
WGS84Point^ point,
double radius
)
member EnclosesCircleAroundPoint :
point : WGS84Point *
radius : float -> bool
Parameters
- point
- Type: VelocityDBExtensions.GeoWGS84Point
? - radius
- Type: SystemDouble
?
Return Value
Type:
Boolean?
See Also