Record TGeoRect
Unit
Declaration
type TGeoRect = record
Description
Region on a map defined by two pairs of longitude and latitude.
Overview
Fields
![]() |
TopLeft: TGeoPoint; |
![]() |
BottomRight: TGeoPoint; |
Methods
![]() |
constructor Create(const TopLeft, BottomRight: TGeoPoint); |
![]() |
function Contains(const GeoPoint: TGeoPoint): Boolean; |
Description
Fields
![]() |
TopLeft: TGeoPoint; |
This item has no description. |
![]() |
BottomRight: TGeoPoint; |
This item has no description. |
Methods
![]() |
constructor Create(const TopLeft, BottomRight: TGeoPoint); |
This item has no description. |
![]() |
function Contains(const GeoPoint: TGeoPoint): Boolean; |
If the region |
Generated by PasDoc 0.16.0.