FMX.Maps.TMapPolygonDescriptor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create(const Outline: TArray<TMapCoordinate>): TMapPolygonDescriptor; static;

C++

static TMapPolygonDescriptor __fastcall Create(const System::DynamicArray<TMapCoordinate> Outline);

Properties

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

Description

Creates and initializes an instance of TMapPolygonDescriptor.

Create initializes the polygon descriptor with the outline points given in the Outline parameter of type TMapPolygonDescriptor.

See Also