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
- TObject
- TMapMark
Overview
Fields
![]() |
Coord: TGeoPoint; |
![]() |
Caption: string; |
![]() |
Visible: Boolean; |
![]() |
Data: Pointer; |
![]() |
Layer: TMapLayer; |
![]() |
CustomProps: TMapMarkCustomProps; |
![]() |
GlyphStyle: TMapMarkGlyphStyle; |
![]() |
CaptionStyle: TMapMarkCaptionStyle; |
![]() |
CaptionFont: TFont; |
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Description
Fields
![]() |
Coord: TGeoPoint; |
Coordinates |
![]() |
Caption: string; |
Label |
![]() |
Visible: Boolean; |
Visibility flag |
![]() |
Data: Pointer; |
User data |
![]() |
Layer: TMapLayer; |
Number of layer the mapmark belongs to |
![]() |
CustomProps: TMapMarkCustomProps; |
Set of properties that differ from map's global values |
![]() |
GlyphStyle: TMapMarkGlyphStyle; |
This item has no description. |
![]() |
CaptionStyle: TMapMarkCaptionStyle; |
This item has no description. |
![]() |
CaptionFont: TFont; |
This item has no description. |
Methods
![]() |
constructor Create; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Generated by PasDoc 0.16.0.