Class: ImageAvailableEvent

Mapspace.global. ImageAvailableEvent

Events emitted when image availability has changed. There are three types of images in Global viewers: seamless ortho, seamless oblique and standalone oblique images. When all three are not available for the given coordinates and resolution then an event if triggered with imageAvailable = false. In any other case an event is triggered with imageAvailable = true.


new ImageAvailableEvent(type, imageAvailable)

Parameters:
Name Type Description
type string

Event type.

imageAvailable boolean

If image availability is true or not.

Source:
mapspace-global/events.js

Extends

Members


imageAvailable :boolean

If image availability is true or not.

Source:
mapspace-global/events.js