FMX.Maps.IFMXMapService.DestroyMapView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyMapView(const MapView: ICustomMapView);

C++

virtual void __fastcall DestroyMapView(const _di_ICustomMapView MapView) = 0 ;

Properties

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

Description

Destroys the specified map view that was previously created using CreateMapView.

See Also