FMX.Maps.TMapGestureOptions
Delphi
TMapGestureOptions = set of TMapGestureOption;
C++
typedef System::Set<TMapGestureOption, _DELPHI_SET_ENUMERATOR(TMapGestureOption::Zoom), _DELPHI_SET_ENUMERATOR(TMapGestureOption::Rotate)> TMapGestureOptions;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | FMX.Maps.pas FMX.Maps.hpp |
FMX.Maps | FMX.Maps |
Description
A set of TMapGestureOption.
Platform Support
TMapGestureOption | Android | iOS | Description | ||
---|---|---|---|---|---|
Toggle | Default | Toggle | Default | ||
|
![]() |
![]() |
![]() |
![]() |
Use any of the following gestures to
|
|
![]() |
![]() |
![]() |
![]() |
Use the |
|
![]() |
![]() |
![]() |
![]() |
This gesture allows you to move the map view. The gesture is sometimes called |
|
![]() |
![]() |
![]() |
![]() |
Use the |
See Multi-touch Gestures for a detailed explanation and example of each gesture.