FMX.Maps.TCustomMapView.AddPolyline

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddPolyline(const Descriptor: TMapPolylineDescriptor): TMapPolyline;

C++

TMapPolyline* __fastcall AddPolyline(const TMapPolylineDescriptor &Descriptor);

Properties

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

Description

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

See Also