Show:

ia.MapTools Class

Defined in: ia\ui\MapTools.js:1
Module: ia

ia.MapTools is a set of map tools that can be attached to a map.

Constructor

ia.MapTools

(
  • map
  • dataGroup
  • interactionGroup
  • googleMaps
  • includeSearchTool
)

Defined in ia\ui\MapTools.js:1

Parameters:

  • map ia.Map

    The associated map object.

  • dataGroup ia.DataGroup

    The associated data group.

  • interactionGroup ia.InteractionGroup

    The associated interaction group.

  • googleMaps Boolean

    Indicates if google maps is being used.

  • includeSearchTool Boolean

    Indicates if the search tool is included.

Methods

render

()

Render the toolbar.

Properties

clearButtonText

String

The text for the clear button.

container

JQUERY Element

The container that holds the object.

filterButtonText

String

The text for the filter button.

filterFunction

Function

Allows a custom function to be set for when the filter button is pressed.

filterFunction

Function

Allows a custom function to be set for when the clear button is pressed.

updateToolbar

Unknown private

Updates the tool bar.