MCPcopy
hub / github.com/antvis/L7 / IEarthLayerStyleOptions

Interface IEarthLayerStyleOptions

packages/layers/src/earth/index.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import EarthBloomSphereModel from './models/bloomsphere';
6
7interface IEarthLayerStyleOptions {
8 opacity: number;
9 setEarthTime(time: number): void;
10}
11
12export type EarthModelType = 'base' | 'atomSphere' | 'bloomSphere';
13

Callers 1

setEarthTimeMethod · 0.65

Implementers 3

BaseLayerpackages/layers/src/core/BaseLayer.ts
EarthLayerpackages/layers/src/earth/index.ts
BaseEarthModelpackages/layers/src/earth/models/base.

Calls

no outgoing calls

Tested by

no test coverage detected