Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TerrainTileFeature

This Feature represents a Terrain Tile.

Hierarchy

  • Feature<"Polygon">
    • TerrainTileFeature

Implements

Index

Properties

Optional bbox

bbox: [number, number, number, number]

Bounding box of the feature. The value of the bbox member is an array of length 4, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The "bbox" values define shapes with edges that follow lines of constant longitude and latitude.

geometry

geometry: { coordinates: GeoJSONCoordinate[][]; type: "Polygon" }

The geometry of a cluster feature is of type 'Polygon', where the coordinates represent the geographical bounding box of the tile.

Type declaration

id

id: string | number

id of the feature.

properties

The Properties of the Terrain Tile feature.

type

type: "Feature" | string

The type of the feature is a string with 'Feature' as its value.

Methods

getProvider

toJSON

Generated using TypeDoc