Class TMapMark

Unit

Declaration

type TMapMark = class(TObject)

Description

Class representing a single mapmark. It is recommended to create mapmarks by TMapMarkList.NewItem that assigns visual properties from map's values

Hierarchy

Overview

Fields

Public Coord: TGeoPoint;
Public Caption: string;
Public Visible: Boolean;
Public Data: Pointer;
Public Layer: TMapLayer;
Public CustomProps: TMapMarkCustomProps;
Public GlyphStyle: TMapMarkGlyphStyle;
Public CaptionStyle: TMapMarkCaptionStyle;
Public CaptionFont: TFont;

Methods

Public constructor Create;
Public destructor Destroy; override;

Description

Fields

Public Coord: TGeoPoint;

Coordinates

Public Caption: string;

Label

Public Visible: Boolean;

Visibility flag

Public Data: Pointer;

User data

Public Layer: TMapLayer;

Number of layer the mapmark belongs to

Public CustomProps: TMapMarkCustomProps;

Set of properties that differ from map's global values

Public GlyphStyle: TMapMarkGlyphStyle;

This item has no description.

Public CaptionStyle: TMapMarkCaptionStyle;

This item has no description.

Public CaptionFont: TFont;

This item has no description.

Methods

Public constructor Create;

This item has no description.

Public destructor Destroy; override;

This item has no description.


Generated by PasDoc 0.16.0.