FMX.Maps.ICustomMapView.Snapshot
Delphi
procedure Snapshot(const Recipient: TMapScreenshotRecipient);
C++
virtual void __fastcall Snapshot(const TMapScreenshotRecipient Recipient) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Maps.pas FMX.Maps.hpp | FMX.Maps | ICustomMapView | 
Description
Takes a screenshot of the current map view asynchronously.
Call Snapshot to start the generation of the screenshot. Once the screenshot is ready, the specified recipient receives a bitmap with the generated screenshot.