- Source:
 - Control/Control.js, line 1
 
Members
- 
    
<static> FACTORIES :object
 - 
    
    Factory functions to generate controls
- Source:
 - Control/Control.js, line 468
 
Properties:
Name Type Description standardPositionfunction Method to create four standard positions for map controls (top-left, top-right, bottom-left, bottom-right). See CONTROL_FACTORIES_standardPosition geoSearchfunction Method to create geoSearch Control. See CONTROL_FACTORIES_geoSearch searchCoordinatesfunction Method to create searchCoordinates Control. See CONTROL_FACTORIES_searchCoordinates layerSwitcherfunction Method to create layerSwitcher Control. See CONTROL_FACTORIES_layerSwitcher customLayersfunction Method to create customLayers Control. See CONTROL_FACTORIES_customLayers legendfunction Method to create legend Control. See CONTROL_FACTORIES_legend showAttributesfunction Method to create showAttributes Control. See CONTROL_FACTORIES_showAttributes copyCoordinatesfunction Method to create copyCoordinates Control. See CONTROL_FACTORIES_copyCoordinates measurefunction Method to create measure Control. See CONTROL_FACTORIES_measure editfunction Method to create measure Control. See CONTROL_FACTORIES_edit sharefunction Method to create share Control. See CONTROL_FACTORIES_share zoomfunction Method to create zoom Control. See CONTROL_FACTORIES_zoom scalebarfunction Method to create scalebar Control. See CONTROL_FACTORIES_scalebar copyrightfunction Method to create copyright Control. See CONTROL_FACTORIES_copyright showCoordinatesfunction Method to create showCoordinates Control. See CONTROL_FACTORIES_showCoordinates staticLinksfunction Method to create staticLinks Control. See CONTROL_FACTORIES_staticLinks staticWindowsfunction Method to create staticWindows Control. See CONTROL_FACTORIES_staticWindows fullScreenfunction Method to create fullScreen Control. See CONTROL_FACTORIES_fullScreen overviewMapfunction Method to create overviewMap Control. See CONTROL_FACTORIES_overviewMap timeSliderfunction Method to create timeSlider Control. See CONTROL_FACTORIES_timeSlider panelfunction Method to create panel Control. See CONTROL_FACTORIES_panel searchPanelfunction Method to create searchPanel Control. See CONTROL_FACTORIES_searchPanel infoPanelfunction Method to create infoPanel Control. See CONTROL_FACTORIES_infoPanel printfunction Method to create print Control. See CONTROL_FACTORIES_print permaLinkfunction Method to create permaLink Control. See CONTROL_FACTORIES_permaLink jsonExportfunction Method to create jsonExport Control. See CONTROL_FACTORIES_jsonExport cookieCheckfunction Method to create cookieCheck Control. See CONTROL_FACTORIES_cookieCheck markerfunction Method to create marker Control. See CONTROL_FACTORIES_marker  
Methods
- 
    
<static> createCookieCheck() → {function}
 - 
    
    
    Create CookieCheck Control
- Source:
 - Control/CookieCheck.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_cookieCheck- Type
 - function
 
 - 
    
<static> createCopyCoordinates() → {function}
 - 
    
    
    Create CopyCoordinates Control
- Source:
 - Control/CopyCoordinates.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_copyCoordinates- Type
 - function
 
 - 
    
<static> createCopyright() → {function}
 - 
    
    
    Create Copyright Control
- Source:
 - Control/Copyright.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_copyright- Type
 - function
 
 - 
    
<static> createCustomLayers() → {function}
 - 
    
    
    Create CustomLayers Control
- Source:
 - Control/CustomLayers.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_customLayers- Type
 - function
 
 - 
    
<static> createEdit() → {function}
 - 
    
    
    Create Edit Control
- Source:
 - Control/Edit.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_edit- Type
 - function
 
 - 
    
<static> createFullScreen() → {function}
 - 
    
    
    Create FullScreen Control
- Source:
 - Control/FullScreen.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_fullScreen- Type
 - function
 
 - 
    
<static> createGeoSearch() → {function}
 - 
    
    
    Create GeoSearch Control
- Source:
 - Control/GeoSearch.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_geoSearch- Type
 - function
 
 - 
    
<static> createInfoPanel() → {function}
 - 
    
    
    Create InfoPanel Control
- Source:
 - Control/InfoPanel.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_infoPanel- Type
 - function
 
 - 
    
<static> createJsonExport() → {function}
 - 
    
    
    Create JsonExport Control
- Source:
 - Control/JsonExport.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_jsonExport- Type
 - function
 
 - 
    
<static> createLayerSwitcher() → {function}
 - 
    
    
    Create LayerSwitcher Control
- Source:
 - Control/LayerSwitcher.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_layerSwitcher- Type
 - function
 
 - 
    
<static> createLegend() → {function}
 - 
    
    
    Create Legend Control
- Source:
 - Control/Legend.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_legend- Type
 - function
 
 - 
    
<static> createMarker() → {function}
 - 
    
    
    Create Marker Control
- Source:
 - Control/Marker.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_marker- Type
 - function
 
 - 
    
<static> createMeasure() → {function}
 - 
    
    
    Create Measure Control
- Source:
 - Control/Measure.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_measure- Type
 - function
 
 - 
    
<static> createOverviewMap() → {function}
 - 
    
    
    Create OverviewMap Control
- Source:
 - Control/OverviewMap.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_overviewMap- Type
 - function
 
 - 
    
<static> createPanel() → {function}
 - 
    
    
    Create Panel Control
- Source:
 - Control/Panel.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_panel- Type
 - function
 
 - 
    
<static> createPermaLink() → {function}
 - 
    
    
    Create PermaLink Control
- Source:
 - Control/PermaLink.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_permaLink- Type
 - function
 
 - 
    
<static> createPrint() → {function}
 - 
    
    
    Create Print Control
- Source:
 - Control/Print.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_print- Type
 - function
 
 - 
    
<static> createScalebar() → {function}
 - 
    
    
    Create Scalebar Control
- Source:
 - Control/Scalebar.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_scalebar- Type
 - function
 
 - 
    
<static> createSearchCoordinates() → {function}
 - 
    
    
    Create SearchCoordinates Control
- Source:
 - Control/SearchCoordinates.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_searchCoordinates- Type
 - function
 
 - 
    
<static> createSearchPanel() → {function}
 - 
    
    
    Create SearchPanel Control
- Source:
 - Control/SearchPanel.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_searchPanel- Type
 - function
 
 - 
    
<static> createShare() → {function}
 - 
    
    
    Create Share Control
- Source:
 - Control/Share.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_share- Type
 - function
 
 - 
    
<static> createShowAttributes() → {function}
 - 
    
    
    Create ShowAttributes Control
- Source:
 - Control/ShowAttributes.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_showAttributes- Type
 - function
 
 - 
    
<static> createShowCoordinates() → {function}
 - 
    
    
    Create showCoordinates Control
- Source:
 - Control/ShowCoordinates.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_showCoordinates- Type
 - function
 
 - 
    
<static> createStandardPosition() → {function}
 - 
    
    
    Create StandardPosition Control
- Source:
 - Control/StandardPosition.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_standardPosition- Type
 - function
 
 - 
    
<static> createStaticLinks() → {function}
 - 
    
    
    Create StaticLinks Control
- Source:
 - Control/StaticLinks.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_staticLinks- Type
 - function
 
 - 
    
<static> createStaticWindows() → {function}
 - 
    
    
    Create StaticWindows Control
- Source:
 - Control/StaticWindows.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_staticWindows- Type
 - function
 
 - 
    
<static> createTimeSlider() → {function}
 - 
    
    
    Create timeSlider Control
- Source:
 - Control/TimeSlider.js, line 6
 
Returns:
See parameters of return function in BKGWebMap.Control.FACTORIES.timeSlider- Type
 - function
 
 - 
    
<static> createZoom() → {function}
 - 
    
    
    Create Zoom Control
- Source:
 - Control/Zoom.js, line 6
 
Returns:
See parameters of return function in CONTROL_FACTORIES_zoom- Type
 - function