Child class

Abstract types

Class

Abstract types

inner

extendedEvent  Object

Event object.

Parameters

Name Type Optional Description

type

module:meteoJS/synview/type.Type

 

Type belonging to the event.

layer

Object

 

Layer belonging to the event.

feature

Object

 

Vector feature, if present.

color

Array of Mixed

 

Color of pixel (rgba), if present.

inner

options  Object

Options for meteoJS/synview/map.

Parameters

Name Type Optional Description

map

mixed

 

Map object.

layerGroup

mixed

 

Layer group within synview will operate.

Events

change:view

Triggered on view changes.

click:pointer

Triggered on pointer clicks into the map, with no dragging. A double click will fire two events.

dblclick:pointer

Triggered on pointer double clicks into the map, with no dragging.

drag:pointer

Triggered on pointer dragging.

move:pointer

Triggered on pointer moves over map.

singleclick:pointer

Triggered on pointer clicks into the map, with no dragging and no double click.