FMX.Maps.TMapView.Tilt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tilt: Single read GetTilt write SetTilt default 0;

C++

__property Tilt = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapView

Description

Camera tilt.

FMX.Maps.TMapView.Tilt inherits from FMX.Maps.TCustomMapView.Tilt. All content below this line refers to FMX.Maps.TCustomMapView.Tilt.

Camera tilt.

Platform Support

There are some limitations for the tilt:

  • Android:
    • The maximum tilt depends on the current zoom: the higher the zoom, the higher the maximum tilt. The range of tilt is between 30 and 68.
  • iOS:
    • Tilt is only possible if the TMapType is Normal and the current zoom is 11 or higher. The range of tilt is between 0 and 78.

See Also