Show:

ia.BBoxEvent Class

Extends ia.Event
Module: ia

Dispatched by a map when its bounding box changes.

Constructor

ia.BBoxEvent

(
  • eventType
  • eventDispatcher
  • bBox
  • oldBBox
)

Parameters:

  • eventType Number

    The event type.

  • eventDispatcher Object

    The object that dispatched the event.

  • bBox ia.BoundingBox

    The new bBox.

  • oldBBox ia.BoundingBox

    The old bBox.

Item Index

Properties

Methods

buildInteractionGroups

(
  • report
  • dataGroup
  • interactionGroup
  • comparisonInteractionGroup
)

Builds interaction groups.

Parameters:

Properties

BBOX_SCALE

Number final static

Indicates the scale changed.

Default: 1

BBOX_TRANSLATE

Number final static

Indicates a translation took place.

Default: 0

eventType

String

The type of event.

obj

Object

The object associated with the event.