| Description | Hierarchy | Fields | Methods | Properties |
type TCoordinates = class(TPersistent)
Coordinates settings
![]() |
constructor Create(AOwner :TMapDownloader); overload; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property BottomLatitude: Extended read fBottomLatitude write SetBottomLatitude; |
![]() |
property LeftLongitude: Extended read fLeftLongitude write SetLeftLongitude; |
![]() |
property RightLongitude: Extended read fRightLongitude write SetRightLongitude; |
![]() |
property TopLatitude: Extended read fTopLatitude write SetTopLatitude; |
![]() |
constructor Create(AOwner :TMapDownloader); overload; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property BottomLatitude: Extended read fBottomLatitude write SetBottomLatitude; |
|
Latitude of the second point. | |
![]() |
property LeftLongitude: Extended read fLeftLongitude write SetLeftLongitude; |
|
Longitude of the first point. | |
![]() |
property RightLongitude: Extended read fRightLongitude write SetRightLongitude; |
|
Longitude of the second point. | |
![]() |
property TopLatitude: Extended read fTopLatitude write SetTopLatitude; |
|
Latitude of the first point. | |