MapDown SDK - Copyright© 2009 Martin Masci

Class TCoordinates

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCoordinates = class(TPersistent)

Description

Coordinates settings

Hierarchy

Overview

Methods

Public constructor Create(AOwner :TMapDownloader); overload;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property BottomLatitude: Extended read fBottomLatitude write SetBottomLatitude;
Published property LeftLongitude: Extended read fLeftLongitude write SetLeftLongitude;
Published property RightLongitude: Extended read fRightLongitude write SetRightLongitude;
Published property TopLatitude: Extended read fTopLatitude write SetTopLatitude;

Description

Methods

Public constructor Create(AOwner :TMapDownloader); overload;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property BottomLatitude: Extended read fBottomLatitude write SetBottomLatitude;

Latitude of the second point.

Published property LeftLongitude: Extended read fLeftLongitude write SetLeftLongitude;

Longitude of the first point.

Published property RightLongitude: Extended read fRightLongitude write SetRightLongitude;

Longitude of the second point.

Published property TopLatitude: Extended read fTopLatitude write SetTopLatitude;

Latitude of the first point.


Generated by PasDoc 0.11.0 on 2009-07-25 17.20.35