FMX.Maps.ICustomMapView.AddPolyline

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddPolyline(const Descriptor: TMapPolylineDescriptor): TMapPolyline;

C++

virtual TMapPolyline* __fastcall AddPolyline(const TMapPolylineDescriptor &Descriptor) = 0 ;

Properties

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

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