FMX.Maps.TMapViewBase.AddPolygon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddPolygon(const Descriptor: TMapPolygonDescriptor): TMapPolygon; virtual;

C++

virtual TMapPolygon* __fastcall AddPolygon(const TMapPolygonDescriptor &Descriptor);

Properties

Type Visibility Source Unit Parent
function public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapViewBase

Description

Adds a polygon to the map based on the information included in the specified polygon descriptor and returns the resulting polygon object that has been added to the map.

See Also