UNPKG

@pansy/react-mapbox-gl

Version:

🌍 基于 Mapbox GL 封装的 React 组件库

7 lines (5 loc) 153 B
import type { Map } from 'mapbox-gl'; export const isStyleLoaded = (map: Map): boolean => { // @ts-ignore return map.style && map.style._loaded; };