On this page
Properties

Type Alias LoadWithTerrainEvent

type LoadWithTerrainEvent = {
    target: Map;
    terrain: { exaggeration: number; source: string };
    type: "loadWithTerrain";
}
Index

Properties

Properties

target: Map
terrain: { exaggeration: number; source: string }
type: "loadWithTerrain"
Was this helpful?
SDK JS
Reference
LoadWithTerrainEvent