Skip to content

Documentation / @geoverse/core-libre / BaseInput

Type Alias: BaseInput

ts
type BaseInput = 
  | BaseLayerReference
  | StyleSpecification
  | string
  | false;

Defined in: packages/core-libre/src/map/gmap.ts:25

底图入参:内置代号 / style 对象 / style URL / false(空白)