GeoHashBoundingBoxCenterPoint Property |
return the center of this s bounding box. this is rarely
the same point that was used to build the hash.
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic WGS84Point BoundingBoxCenterPoint { get; }
Public ReadOnly Property BoundingBoxCenterPoint As WGS84Point
Get
public:
property WGS84Point^ BoundingBoxCenterPoint {
WGS84Point^ get ();
}
member BoundingBoxCenterPoint : WGS84Point with get
Property Value
Type:
WGS84Point
See Also