Record TGeoRect

Hierarchy
Properties

Unit

Declaration

type TGeoRect = record

Description

Region on a map defined by two pairs of longitude and latitude.

Overview

Fields

Public TopLeft: TGeoPoint;
Public BottomRight: TGeoPoint;

Methods

Public constructor Create(const TopLeft, BottomRight: TGeoPoint);
Public function Contains(const GeoPoint: TGeoPoint): Boolean;

Description

Fields

Public TopLeft: TGeoPoint;

This item has no description.

Public BottomRight: TGeoPoint;

This item has no description.

Methods

Public constructor Create(const TopLeft, BottomRight: TGeoPoint);

This item has no description.

Public function Contains(const GeoPoint: TGeoPoint): Boolean;

If the region contains given point


Generated by PasDoc 0.16.0.