ZylGMaps Delphi & C++Builder Component

Class TCircle

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCircle = class(TObject)

Description

Circle class.

Hierarchy

Overview

Methods

Public constructor Create();
Public destructor Destroy(); override;

Properties

Published property Name: String read FName write FName;
Published property Center: TGPSPosition read fCenter write fCenter;
Published property Radius: Double read fRadius write fRadius;
Published property StrokeColor: TColor read fStrokeColor write fStrokeColor;
Published property StrokeOpacity: Double read fStrokeOpacity write fStrokeOpacity;
Published property StrokeWeight: Integer read fStrokeWeight write fStrokeWeight;
Published property FillColor: TColor read fFillColor write fFillColor;
Published property FillOpacity: Double read fFillOpacity write fFillOpacity;
Published property Visible: Boolean read fVisible write fVisible default true;

Description

Methods

Public constructor Create();

Constructor.

Public destructor Destroy(); override;

Destructor.

Properties

Published property Name: String read FName write FName;

Circle name.

Published property Center: TGPSPosition read fCenter write fCenter;

The center of the circle.

Published property Radius: Double read fRadius write fRadius;

The radius of the circle in meters for OSM and Google maps. In case of WGS84 map, Radius is in pixels.

Published property StrokeColor: TColor read fStrokeColor write fStrokeColor;

Color of the stroke.

Published property StrokeOpacity: Double read fStrokeOpacity write fStrokeOpacity;

Opacity of the stroke.

Published property StrokeWeight: Integer read fStrokeWeight write fStrokeWeight;

Weight of the stroke.

Published property FillColor: TColor read fFillColor write fFillColor;

Fill color of the shape.

Published property FillOpacity: Double read fFillOpacity write fFillOpacity;

Fill opacity of the shape.

Published property Visible: Boolean read fVisible write fVisible default true;

Indicates that the circle is visible on the map.

Copyright © 2003 - 2026 by Zyl Soft. All rights reserved.
Generated by PasDoc 0.16.0.