camera
Events
projection
Properties:
Name | Type | Description |
---|---|---|
camera |
geo.camera | The camera instance. |
type |
string | The projection type, either |
Type:
view
- Description:
Triggered after a general view matrix change (any change in the visible bounds). This is equivalent to the union of pan and zoom.
- Source:
Properties:
Name | Type | Description |
---|---|---|
camera |
geo.camera | The camera instance. |
Type:
viewport
Properties:
Name | Type | Description |
---|---|---|
camera |
geo.camera | The camera instance. |
viewport |
geo.screenSize | The new viewport size. |