GeoHashEnclosesCircleAroundPoint Method |
?
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
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