Created
September 11, 2020 13:31
-
-
Save tugcearar/07feb61d66c6a08d8ea99806b500f1ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public bool CompassEnabled { get; set; } | |
public bool IndoorLevelPickerEnabled { get; set; } | |
public bool MapToolbarEnabled { get; set; } | |
public bool MyLocationButtonEnabled { get; set; } | |
public bool RotateGesturesEnabled { get; set; } | |
public bool ScrollGesturesEnabled { get; set; } | |
public bool ScrollGesturesEnabledDuringRotateOrZoom { get; set; } | |
public bool TiltGesturesEnabled { get; set; } | |
public bool ZoomControlsEnabled { get; set; } | |
public bool ZoomGesturesEnabled { get; set; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment