FMX.Maps.TCustomMapView.AddPolygon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddPolygon(const Descriptor: TMapPolygonDescriptor): TMapPolygon;

C++

TMapPolygon* __fastcall AddPolygon(const TMapPolygonDescriptor &Descriptor);

Properties

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

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