Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewBounds

View bounds for a given camera and world space projection.

internal

Hierarchy

  • ViewBounds

Implemented by

Index

Properties

Methods

Properties

Readonly camera

camera: Camera

Readonly projection

projection: Projection

Methods

generate

  • Generates a {@link @here/harp-geoutils#GeoPolygon} covering the visible map. The coordinates are sorted to ccw winding, so a polygon could be drawn with them.

    Returns GeoPolygon | undefined

    The GeoPolygon with the view bounds or undefined if world is not in view.

Generated using TypeDoc