Back to Devexpress

TdxMapPathSegment Class

vcl-dxmapitem-f844668a.md

latest1.0 KB
Original Source

TdxMapPathSegment Class

A geographical point collection.

Declaration

delphi
TdxMapPathSegment = class(
    TCollectionItem
)

Remarks

This class extends its ancestor with properties that allow you to do the following:

  • Manage path segment vertexes (GeoPoints).

  • Hide or display the segment (Visible).

The TdxMapPathSegments.Items property references a TdxMapPathSegment object.

Inheritance

TObject TPersistent TCollectionItem TdxMapPathSegment

See Also

TdxMapPathSegment Members

dxMapItem Unit