FMX.Maps.TCustomMapView.Snapshot
Delphi
procedure Snapshot(const Recipient: TMapScreenshotRecipient);
C++
void __fastcall Snapshot(const TMapScreenshotRecipient Recipient);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Maps.pas FMX.Maps.hpp | FMX.Maps | TCustomMapView | 
Description
Take 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.