FMX.Maps.TCustomMapView.Tilt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tilt: Single read GetTilt write SetTilt;

C++

__property float Tilt = {read=GetTilt, write=SetTilt};

Properties

Type Visibility Source Unit Parent
property public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView

Description

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