File

src/interface/control-options.interface.ts

Index

Properties

Properties

draggable
draggable: boolean
Type : boolean
enableDoubleClickZoom
enableDoubleClickZoom: boolean
Type : boolean
keyboardShortcuts
keyboardShortcuts: boolean
Type : boolean
mapTypeControl
mapTypeControl: boolean
Type : boolean
rotateControl
rotateControl: boolean
Type : boolean
scaleControl
scaleControl: boolean
Type : boolean
scrollwheel
scrollwheel: boolean
Type : boolean
streetViewControl
streetViewControl: boolean
Type : boolean
zoomControl
zoomControl: boolean
Type : boolean
export interface IControlOptions {
  mapTypeControl: boolean;
  rotateControl: boolean;
  scaleControl: boolean;
  streetViewControl: boolean;
  zoomControl: boolean;
  enableDoubleClickZoom: boolean; // Not Implemented
  draggable: boolean; // Not Implemented
  keyboardShortcuts: boolean; // Not Implemented
  scrollwheel: boolean;
}

result-matching ""

    No results matching ""