Interface: ICapabilities

H.map.render.ICapabilities

This interface describes render engine capabilities, such as the minimum and maximum zoom level, camera angles, etc.

Members

capture boolean

This property holds a value indicating whether capturing is supported.

interaction Object | boolean

This property defines the supported interaction modifiers. See H.map.render.RenderEngine.InteractionModifiers.

The capabilities to modify a look-at point. If the value is null then look-at point modifications are unsupported at all.

Type Definitions

H.map.render.ICapabilities.LookAt Object

The type definition for capabilities to modify a look-at point.

Properties:
Name Type Description
zoom H.math.Range

This property holds values indicating the minimum and maximum zoom range supported by the render engine.

heading H.math.Range

The minimum and maximum angle of the heading.

tilt H.math.Range

The minimum and maximum angle of the tilt.

incline H.math.Range

The minimum and maximum angle of the incline.