Skip to content

Instantly share code, notes, and snippets.

@tugcearar
Created September 11, 2020 13:31
Show Gist options
  • Save tugcearar/07feb61d66c6a08d8ea99806b500f1ce to your computer and use it in GitHub Desktop.
Save tugcearar/07feb61d66c6a08d8ea99806b500f1ce to your computer and use it in GitHub Desktop.
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