FMX.Maps.ICustomMapView.SetZoom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetZoom(const Zoom: Single);

C++

virtual void __fastcall SetZoom(const float Zoom) = 0 ;

Properties

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

Description

Sets the zoom level of the map.

See Also