SYMBOL INDEX (663 symbols across 206 files) FILE: examples/get-started/basic/app.jsx constant MAPBOX_TOKEN (line 8) | const MAPBOX_TOKEN = ''; function Root (line 10) | function Root() { FILE: examples/get-started/controlled/app.jsx constant MAPBOX_TOKEN (line 8) | const MAPBOX_TOKEN = ''; function Root (line 10) | function Root() { FILE: examples/get-started/hook/app.jsx function Root (line 9) | function Root() { FILE: examples/get-started/hook/controls.jsx function Controls (line 6) | function Controls() { FILE: examples/get-started/hook/controls2.jsx function Controls2 (line 3) | function Controls2() { FILE: examples/get-started/hook/map.jsx constant MAPBOX_TOKEN (line 8) | const MAPBOX_TOKEN = ''; function MapView (line 10) | function MapView() { FILE: examples/get-started/maplibre/app.jsx function Root (line 8) | function Root() { FILE: examples/get-started/nextjs/pages/_app.js function MyApp (line 3) | function MyApp({Component, pageProps}) { FILE: examples/get-started/nextjs/pages/index.js constant MAPBOX_TOKEN (line 7) | const MAPBOX_TOKEN = ''; function Home (line 9) | function Home() { FILE: examples/get-started/redux/app.jsx function Root (line 10) | function Root() { FILE: examples/get-started/redux/controls.jsx function Controls (line 6) | function Controls() { FILE: examples/get-started/redux/map.jsx constant MAPBOX_TOKEN (line 9) | const MAPBOX_TOKEN = ''; function MapView (line 11) | function MapView() { FILE: examples/get-started/redux/store.js function mapStateReducer (line 3) | function mapStateReducer(state, action) { FILE: examples/mapbox/clusters/src/app.tsx constant MAPBOX_TOKEN (line 12) | const MAPBOX_TOKEN = ''; function App (line 14) | function App() { function renderToDom (line 68) | function renderToDom(container) { FILE: examples/mapbox/clusters/src/control-panel.tsx function ControlPanel (line 3) | function ControlPanel() { FILE: examples/mapbox/controls/src/app.tsx constant TOKEN (line 18) | const TOKEN = ''; function App (line 20) | function App() { function renderToDom (line 90) | function renderToDom(container) { FILE: examples/mapbox/controls/src/control-panel.tsx function ControlPanel (line 3) | function ControlPanel() { FILE: examples/mapbox/controls/src/pin.tsx constant ICON (line 3) | const ICON = `M20.2,15.7L20.2,15.7c1.1-1.6,1.8-3.6,1.8-5.7c0-5.6-4.5-10-... function Pin (line 13) | function Pin({size = 20}) { FILE: examples/mapbox/custom-cursor/src/app.tsx constant MAPBOX_TOKEN (line 9) | const MAPBOX_TOKEN = ''; function App (line 19) | function App() { function renderToDom (line 55) | function renderToDom(container) { FILE: examples/mapbox/custom-cursor/src/control-panel.tsx function getLayerFilter (line 12) | function getLayerFilter(categories, layerId) { function Checkbox (line 21) | function Checkbox({name, value, onChange}) { function StyleControls (line 30) | function StyleControls(props) { FILE: examples/mapbox/custom-overlay/src/app.tsx constant TOKEN (line 14) | const TOKEN = ''; type CountyElectionData (line 17) | type CountyElectionData = { function App (line 25) | function App() { function PieCharts (line 47) | function PieCharts({map, data}: {map?: MapboxMap; data: any[]}) { function makePieChart (line 109) | function makePieChart(datum: CountyElectionData, onHover: (target: Count... function renderToDom (line 139) | function renderToDom(container) { FILE: examples/mapbox/custom-overlay/src/control-panel.tsx constant COLORS (line 3) | const COLORS = ['#2b83ba', '#c7191c', '#c8c8cf']; function ControlPanel (line 12) | function ControlPanel() { FILE: examples/mapbox/custom-overlay/src/custom-overlay.tsx class OverlayControl (line 9) | class OverlayControl implements IControl { method constructor (line 14) | constructor(redraw: () => void) { method onAdd (line 18) | onAdd(map) { method onRemove (line 27) | onRemove() { method getMap (line 33) | getMap() { method getElement (line 37) | getElement() { function CustomOverlay (line 45) | function CustomOverlay(props: {children: React.ReactElement}) { FILE: examples/mapbox/deckgl-overlay/src/app.tsx constant TOKEN (line 8) | const TOKEN = ''; function DeckGLOverlay (line 17) | function DeckGLOverlay(props: DeckProps) { type DataT (line 25) | type DataT = { function App (line 38) | function App() { function getTooltip (line 62) | function getTooltip(info: PickingInfo) { function renderToDom (line 67) | function renderToDom(container) { FILE: examples/mapbox/draggable-markers/src/app.tsx constant TOKEN (line 11) | const TOKEN = ''; function App (line 19) | function App() { function renderToDom (line 69) | function renderToDom(container) { FILE: examples/mapbox/draggable-markers/src/control-panel.tsx function round5 (line 6) | function round5(value) { function ControlPanel (line 10) | function ControlPanel(props: {events: Record}) { FILE: examples/mapbox/draggable-markers/src/pin.tsx constant ICON (line 3) | const ICON = `M20.2,15.7L20.2,15.7c1.1-1.6,1.8-3.6,1.8-5.7c0-5.6-4.5-10-... function Pin (line 12) | function Pin(props) { FILE: examples/mapbox/draw-polygon/src/app.tsx constant TOKEN (line 9) | const TOKEN = ''; function App (line 11) | function App() { function renderToDom (line 63) | function renderToDom(container) { FILE: examples/mapbox/draw-polygon/src/control-panel.tsx function ControlPanel (line 4) | function ControlPanel(props) { FILE: examples/mapbox/draw-polygon/src/draw-control.ts type DrawControlProps (line 6) | type DrawControlProps = ConstructorParameters[0] & { function DrawControl (line 14) | function DrawControl(props: DrawControlProps) { FILE: examples/mapbox/filter/src/app.tsx constant MAPBOX_TOKEN (line 9) | const MAPBOX_TOKEN = ''; function App (line 11) | function App() { function renderToDom (line 64) | function renderToDom(container) { FILE: examples/mapbox/filter/src/control-panel.tsx function ControlPanel (line 3) | function ControlPanel() { FILE: examples/mapbox/geocoder/src/app.tsx constant TOKEN (line 9) | const TOKEN = process.env.MapboxAccessToken; function App (line 11) | function App() { function renderToDom (line 30) | function renderToDom(container) { FILE: examples/mapbox/geocoder/src/control-panel.tsx function ControlPanel (line 3) | function ControlPanel() { FILE: examples/mapbox/geocoder/src/geocoder-control.tsx type GeocoderControlProps (line 8) | type GeocoderControlProps = Omit void) { method onAdd (line 17) | onAdd(map) { method onRemove (line 26) | onRemove() { method getMap (line 32) | getMap() { method getElement (line 36) | getElement() { function CustomOverlay (line 44) | function CustomOverlay(props: {children: React.ReactElement}) { FILE: examples/maplibre/deckgl-overlay/src/app.tsx function DeckGLOverlay (line 15) | function DeckGLOverlay(props: DeckProps) { type DataT (line 23) | type DataT = { function App (line 36) | function App() { function getTooltip (line 59) | function getTooltip(info: PickingInfo) { function renderToDom (line 64) | function renderToDom(container) { FILE: examples/maplibre/draggable-markers/src/app.tsx function App (line 17) | function App() { function renderToDom (line 66) | function renderToDom(container) { FILE: examples/maplibre/draggable-markers/src/control-panel.tsx function round5 (line 6) | function round5(value) { function ControlPanel (line 10) | function ControlPanel(props: {events: Record}) { FILE: examples/maplibre/draggable-markers/src/pin.tsx constant ICON (line 3) | const ICON = `M20.2,15.7L20.2,15.7c1.1-1.6,1.8-3.6,1.8-5.7c0-5.6-4.5-10-... function Pin (line 12) | function Pin(props) { FILE: examples/maplibre/draw-polygon/src/app.tsx function App (line 11) | function App() { function renderToDom (line 62) | function renderToDom(container) { FILE: examples/maplibre/draw-polygon/src/control-panel.tsx function ControlPanel (line 4) | function ControlPanel(props) { FILE: examples/maplibre/draw-polygon/src/draw-control.ts type DrawControlProps (line 6) | type DrawControlProps = ConstructorParameters[0] & { function DrawControl (line 14) | function DrawControl(props: DrawControlProps) { FILE: examples/maplibre/filter/src/app.tsx function App (line 9) | function App() { function renderToDom (line 64) | function renderToDom(container) { FILE: examples/maplibre/filter/src/control-panel.tsx function ControlPanel (line 3) | function ControlPanel() { FILE: examples/maplibre/geocoder/src/app.tsx function App (line 10) | function App() { function renderToDom (line 28) | function renderToDom(container) { FILE: examples/maplibre/geocoder/src/control-panel.tsx function ControlPanel (line 3) | function ControlPanel() { FILE: examples/maplibre/geocoder/src/geocoder-control.tsx type GeocoderControlProps (line 10) | type GeocoderControlProps = Omit = T extends {id: string} ? Omit & {id?: stri... type OptionalSource (line 12) | type OptionalSource = T extends {source: string} ? Omit ... type LayerProps (line 14) | type LayerProps = (OptionalSource> | Cust... function updateLayer (line 20) | function updateLayer(map: MapInstance, id: string, props: LayerProps, pr... function createLayer (line 70) | function createLayer(map: MapInstance, id: string, props: LayerProps) { function Layer (line 85) | function Layer(props: LayerProps) { FILE: modules/main/src/mapbox-legacy/components/map.tsx type MapContextValue (line 13) | type MapContextValue = { type MapInitOptions (line 20) | type MapInitOptions = Omit< type MapProps (line 25) | type MapProps = MapInitOptions & function _Map (line 37) | function _Map(props: MapProps, ref: React.Ref) { FILE: modules/main/src/mapbox-legacy/components/marker.ts type MarkerProps (line 13) | type MarkerProps = MarkerOptions & { FILE: modules/main/src/mapbox-legacy/components/navigation-control.ts type NavigationControlProps (line 8) | type NavigationControlProps = NavigationControlOptions & { function _NavigationControl (line 15) | function _NavigationControl(props: NavigationControlProps) { FILE: modules/main/src/mapbox-legacy/components/popup.ts type PopupProps (line 13) | type PopupProps = PopupOptions & { function getClassList (line 28) | function getClassList(className: string) { type PopupInstance (line 32) | type PopupInstance = _PopupInstance & { FILE: modules/main/src/mapbox-legacy/components/scale-control.ts type ScaleControlProps (line 8) | type ScaleControlProps = ScaleControlOptions & { function _ScaleControl (line 15) | function _ScaleControl(props: ScaleControlProps) { FILE: modules/main/src/mapbox-legacy/components/source.ts type SourceProps (line 19) | type SourceProps = SourceSpecification & { function createSource (line 26) | function createSource(map: MapInstance, id: string, props: SourceProps) { function updateSource (line 40) | function updateSource(source: AnySourceImplementation, props: SourceProp... function Source (line 80) | function Source(props: SourceProps) { FILE: modules/main/src/mapbox-legacy/components/use-control.ts type ControlOptions (line 6) | type ControlOptions = { function useControl (line 28) | function useControl( FILE: modules/main/src/mapbox-legacy/components/use-map.tsx type MountedMapsContextValue (line 7) | type MountedMapsContextValue = { type MapCollection (line 54) | type MapCollection = { function useMap (line 59) | function useMap(): MapCollection { FILE: modules/main/src/mapbox-legacy/mapbox/create-ref.ts type MapRef (line 31) | type MapRef = { function createRef (line 35) | function createRef(mapInstance: Mapbox): MapRef | null { function getMethodNames (line 92) | function getMethodNames(obj: Object) { FILE: modules/main/src/mapbox-legacy/mapbox/mapbox.ts type MapboxProps (line 36) | type MapboxProps = Partial & constant DEFAULT_STYLE (line 90) | const DEFAULT_STYLE = {version: 8, sources: {}, layers: []} as StyleSpec... class Mapbox (line 163) | class Mapbox { method constructor (line 196) | constructor( method map (line 206) | get map(): MapInstance { method transform (line 210) | get transform(): Transform { method setProps (line 214) | setProps(props: MapboxProps) { method reuse (line 236) | static reuse(props: MapboxProps, container: HTMLDivElement): Mapbox { method _initialize (line 281) | _initialize(container: HTMLDivElement) { method recycle (line 367) | recycle() { method destroy (line 376) | destroy() { method redraw (line 383) | redraw() { method _createShadowTransform (line 399) | _createShadowTransform(map: any) { method _updateSize (line 410) | _updateSize(nextProps: MapboxProps): boolean { method _updateViewState (line 429) | _updateViewState(nextProps: MapboxProps, triggerEvents: boolean): bool... method _updateSettings (line 476) | _updateSettings(nextProps: MapboxProps, currProps: MapboxProps): boole... method _updateStyle (line 494) | _updateStyle(nextProps: MapboxProps, currProps: MapboxProps): boolean { method _updateStyleComponents (line 518) | _updateStyleComponents(nextProps: MapboxProps, currProps: MapboxProps)... method _updateHandlers (line 549) | _updateHandlers(nextProps: MapboxProps, currProps: MapboxProps): boole... method _queryRenderedFeatures (line 577) | private _queryRenderedFeatures(point: Point) { method _updateHover (line 594) | _updateHover(e: MapMouseEvent) { method _fireEvent (line 649) | _fireEvent(baseFire: Function, event: string | MapEvent, properties?: ... method _onBeforeRepaint (line 676) | _onBeforeRepaint() { function getAccessTokenFromEnv (line 712) | function getAccessTokenFromEnv(): string { FILE: modules/main/src/mapbox-legacy/types/common.ts type ViewState (line 17) | type ViewState = { type ImmutableLike (line 32) | interface ImmutableLike { FILE: modules/main/src/mapbox-legacy/types/events.ts type MapCallbacks (line 16) | type MapCallbacks = { type IMapEvent (line 75) | interface IMapEvent { type ViewStateChangeEvent (line 81) | type ViewStateChangeEvent = MapEvent = IMapEvent; type GeolocateResultEvent (line 115) | type GeolocateResultEvent = GeolocateEvent & GeolocationPosition; type GeolocateErrorEvent (line 117) | type GeolocateErrorEvent = GeolocateEvent & GeolocationPositionError; FILE: modules/main/src/mapbox-legacy/types/internal.ts type Transform (line 18) | type Transform = { type MapInstanceInternal (line 42) | type MapInstanceInternal = Map & { FILE: modules/main/src/mapbox-legacy/types/lib.ts type AttributionControlOptions (line 16) | type AttributionControlOptions = ConstructorParameters = T extends {id: string} ? Omit & {id?: stri... type OptionalSource (line 12) | type OptionalSource = T extends {source: string} ? Omit ... type LayerProps (line 14) | type LayerProps = (OptionalSource> | Cust... function updateLayer (line 20) | function updateLayer(map: MapInstance, id: string, props: LayerProps, pr... function createLayer (line 70) | function createLayer(map: MapInstance, id: string, props: LayerProps) { function Layer (line 85) | function Layer(props: LayerProps) { FILE: modules/react-mapbox/src/components/map.tsx type MapContextValue (line 13) | type MapContextValue = { type MapInitOptions (line 20) | type MapInitOptions = Omit< type MapProps (line 25) | type MapProps = MapInitOptions & function _Map (line 37) | function _Map(props: MapProps, ref: React.Ref) { FILE: modules/react-mapbox/src/components/marker.ts type MarkerProps (line 14) | type MarkerProps = MarkerOptions & { FILE: modules/react-mapbox/src/components/navigation-control.ts type NavigationControlProps (line 8) | type NavigationControlProps = NavigationControlOptions & { function _NavigationControl (line 15) | function _NavigationControl(props: NavigationControlProps) { FILE: modules/react-mapbox/src/components/popup.ts type PopupProps (line 14) | type PopupProps = PopupOptions & { FILE: modules/react-mapbox/src/components/scale-control.ts type ScaleControlProps (line 8) | type ScaleControlProps = ScaleControlOptions & { function _ScaleControl (line 19) | function _ScaleControl(props: ScaleControlProps) { FILE: modules/react-mapbox/src/components/source.ts type SourceProps (line 20) | type SourceProps = (SourceSpecification | CanvasSourceSpecification) & { function createSource (line 27) | function createSource(map: MapInstance, id: string, props: SourceProps) { function updateSource (line 41) | function updateSource(source: AnySourceImplementation, props: SourceProp... function Source (line 81) | function Source(props: SourceProps) { FILE: modules/react-mapbox/src/components/use-control.ts type ControlOptions (line 6) | type ControlOptions = { function useControl (line 28) | function useControl( FILE: modules/react-mapbox/src/components/use-map.tsx type MountedMapsContextValue (line 7) | type MountedMapsContextValue = { type MapCollection (line 54) | type MapCollection = { function useMap (line 59) | function useMap(): MapCollection { FILE: modules/react-mapbox/src/mapbox/create-ref.ts type MapRef (line 30) | type MapRef = { function createRef (line 34) | function createRef(mapInstance: Mapbox): MapRef | null { function getMethodNames (line 91) | function getMethodNames(obj: Object) { FILE: modules/react-mapbox/src/mapbox/mapbox.ts type MapboxProps (line 32) | type MapboxProps = Partial & constant DEFAULT_STYLE (line 86) | const DEFAULT_STYLE = {version: 8, sources: {}, layers: []} as StyleSpec... constant DEFAULT_SETTINGS (line 88) | const DEFAULT_SETTINGS = { class Mapbox (line 169) | class Mapbox { method constructor (line 206) | constructor( method map (line 216) | get map(): MapInstance { method transform (line 220) | get transform(): Transform { method setProps (line 224) | setProps(props: MapboxProps) { method reuse (line 243) | static reuse(props: MapboxProps, container: HTMLDivElement): Mapbox { method _initialize (line 288) | _initialize(container: HTMLDivElement) { method recycle (line 384) | recycle() { method destroy (line 393) | destroy() { method redraw (line 400) | redraw() { method _createProxyTransform (line 416) | _createProxyTransform(map: any) { method _updateSize (line 427) | _updateSize(nextProps: MapboxProps): boolean { method _updateViewState (line 446) | _updateViewState(nextProps: MapboxProps, triggerEvents: boolean): bool... method _updateSettings (line 470) | _updateSettings(nextProps: MapboxProps, currProps: MapboxProps): boole... method _updateStyle (line 491) | _updateStyle(nextProps: MapboxProps, currProps: MapboxProps): boolean { method _updateStyleComponents (line 515) | _updateStyleComponents(nextProps: MapboxProps, currProps: MapboxProps)... method _updateHandlers (line 546) | _updateHandlers(nextProps: MapboxProps, currProps: MapboxProps): boole... method _queryRenderedFeatures (line 574) | private _queryRenderedFeatures(point: Point) { method _updateHover (line 587) | _updateHover(e: MapMouseEvent) { method _fireEvent (line 647) | _fireEvent(baseFire: Function, event: string | MapEvent, properties?: ... method _fireDefferedEvents (line 664) | _fireDefferedEvents() { function getAccessTokenFromEnv (line 684) | function getAccessTokenFromEnv(): string { FILE: modules/react-mapbox/src/mapbox/proxy-transform.ts type ProxyTransform (line 11) | type ProxyTransform = Transform & { function createProxyTransform (line 28) | function createProxyTransform(tr: Transform): ProxyTransform { FILE: modules/react-mapbox/src/types/common.ts type ViewState (line 17) | type ViewState = { type ImmutableLike (line 34) | interface ImmutableLike { FILE: modules/react-mapbox/src/types/events.ts type MapBoxZoomEvent (line 26) | type MapBoxZoomEvent = type MapCallbacks (line 31) | type MapCallbacks = { type IMapEvent (line 79) | interface IMapEvent { type Callbacks (line 85) | interface Callbacks { type ViewStateChangeEvent (line 89) | type ViewStateChangeEvent = MapEventOf< type PopupEvent (line 109) | type PopupEvent = { type MarkerEvent (line 114) | type MarkerEvent = IMapEvent; type GeolocateResultEvent (line 123) | type GeolocateResultEvent = GeolocateEvent & GeolocationPosition; type GeolocateErrorEvent (line 125) | type GeolocateErrorEvent = GeolocateEvent & GeolocationPositionError; FILE: modules/react-mapbox/src/types/internal.ts type Transform (line 4) | type Transform = Map['transform']; FILE: modules/react-mapbox/src/types/lib.ts type MapLib (line 47) | interface MapLib { FILE: modules/react-mapbox/src/types/style-spec.ts type CanvasSourceSpecification (line 4) | type CanvasSourceSpecification = { FILE: modules/react-mapbox/src/utils/apply-react-style.ts function applyReactStyle (line 6) | function applyReactStyle(element: HTMLElement, styles: React.CSSProperti... FILE: modules/react-mapbox/src/utils/assert.ts function assert (line 1) | function assert(condition: any, message: string) { FILE: modules/react-mapbox/src/utils/compare-class-names.ts function compareClassNames (line 2) | function compareClassNames( function getClassList (line 27) | function getClassList(className: string | undefined) { FILE: modules/react-mapbox/src/utils/deep-equal.ts function arePointsEqual (line 9) | function arePointsEqual(a?: PointLike, b?: PointLike): boolean { function deepEqual (line 24) | function deepEqual(a: any, b: any): boolean { FILE: modules/react-mapbox/src/utils/set-globals.ts type GlobalSettings (line 1) | type GlobalSettings = { function setGlobals (line 31) | function setGlobals(mapLib: any, props: GlobalSettings) { FILE: modules/react-mapbox/src/utils/style-utils.ts function normalizeStyle (line 9) | function normalizeStyle( FILE: modules/react-mapbox/src/utils/transform.ts function transformToViewState (line 9) | function transformToViewState(tr: Transform): ViewState { function isViewStateControlled (line 22) | function isViewStateControlled(v: Partial): boolean { function compareViewStateWithTransform (line 35) | function compareViewStateWithTransform(tr: Transform, v: Partial) { FILE: modules/react-mapbox/test/components/map.spec.jsx function onLoad (line 88) | function onLoad() { function onRender (line 92) | function onRender() { function onMoveEnd (line 100) | function onMoveEnd() { function onLoad (line 122) | function onLoad() { function onRender (line 125) | function onRender() { function onMoveEnd (line 130) | function onMoveEnd() { function App (line 154) | function App() { function onLoad (line 188) | function onLoad() { function onRender (line 191) | function onRender(vs) { function onMoveEnd (line 199) | function onMoveEnd() { function App (line 204) | function App() { function onLoad (line 232) | function onLoad() { function onRender (line 235) | function onRender(vs) { function onMoveEnd (line 243) | function onMoveEnd() { function App (line 248) | function App() { FILE: modules/react-mapbox/test/components/use-map.spec.jsx function TestControl (line 13) | function TestControl() { FILE: modules/react-mapbox/test/utils/mapbox-gl-mock/edge_insets.js class EdgeInsets (line 7) | class EdgeInsets { method constructor (line 8) | constructor(top = 0, bottom = 0, left = 0, right = 0) { method interpolate (line 30) | interpolate(start, target, t) { method getCenter (line 41) | getCenter(width, height) { method equals (line 49) | equals(other) { method clone (line 58) | clone() { method toJSON (line 62) | toJSON() { FILE: modules/react-mapbox/test/utils/mapbox-gl-mock/lng_lat.js class LngLat (line 9) | class LngLat { method constructor (line 13) | constructor(lng, lat) { method wrap (line 24) | wrap() { method toArray (line 28) | toArray() { method toString (line 32) | toString() { method distanceTo (line 36) | distanceTo(lngLat) { method toBounds (line 48) | toBounds(radius = 0) { method convert (line 59) | static convert(input) { FILE: modules/react-mapbox/test/utils/mapbox-gl-mock/lng_lat_bounds.js class LngLatBounds (line 6) | class LngLatBounds { method constructor (line 11) | constructor(sw, ne) { method setNorthEast (line 23) | setNorthEast(ne) { method setSouthWest (line 28) | setSouthWest(sw) { method extend (line 33) | extend(obj) { method getCenter (line 72) | getCenter() { method getSouthWest (line 76) | getSouthWest() { method getNorthEast (line 80) | getNorthEast() { method getNorthWest (line 84) | getNorthWest() { method getSouthEast (line 88) | getSouthEast() { method getWest (line 92) | getWest() { method getSouth (line 96) | getSouth() { method getEast (line 100) | getEast() { method getNorth (line 104) | getNorth() { method toArray (line 108) | toArray() { method toString (line 112) | toString() { method isEmpty (line 116) | isEmpty() { method contains (line 120) | contains(lnglat) { method convert (line 133) | static convert(input) { FILE: modules/react-mapbox/test/utils/mapbox-gl-mock/transform.js class Transform (line 6) | class Transform { method constructor (line 7) | constructor() { method bearing (line 26) | get bearing() { method bearing (line 30) | set bearing(bearing) { method rotation (line 34) | get rotation() { method rotation (line 38) | set rotation(rotation) { method pitch (line 44) | get pitch() { method pitch (line 47) | set pitch(pitch) { method zoom (line 53) | get zoom() { method zoom (line 56) | set zoom(zoom) { method center (line 62) | get center() { method center (line 65) | set center(center) { method padding (line 70) | get padding() { method padding (line 73) | set padding(padding) { method clone (line 79) | clone() { method isPaddingEqual (line 89) | isPaddingEqual(padding) { method _constrain (line 93) | _constrain() {} method _calcMatrices (line 95) | _calcMatrices() {} FILE: modules/react-mapbox/test/utils/mapbox-gl-mock/util.js function clamp (line 4) | function clamp(n, min, max) { function wrap (line 8) | function wrap(n, min, max) { function extend (line 14) | function extend(dest, ...sources) { function number (line 23) | function number(a, b, t) { FILE: modules/react-mapbox/test/utils/style-utils.spec.js function freezeRecursive (line 199) | function freezeRecursive(obj) { FILE: modules/react-mapbox/test/utils/test-utils.jsx function sleep (line 2) | function sleep(milliseconds) { function waitForMapLoad (line 6) | function waitForMapLoad(mapRef) { FILE: modules/react-maplibre/src/components/attribution-control.ts type AttributionControlProps (line 8) | type AttributionControlProps = AttributionControlOptions & { function _AttributionControl (line 15) | function _AttributionControl(props: AttributionControlProps) { FILE: modules/react-maplibre/src/components/fullscreen-control.ts type FullscreenControlProps (line 9) | type FullscreenControlProps = Omit = T extends {id: string} ? Omit & {id?: stri... type OptionalSource (line 12) | type OptionalSource = T extends {source: string} ? Omit ... type LayerProps (line 14) | type LayerProps = (OptionalSource> | Cust... function updateLayer (line 20) | function updateLayer(map: MapInstance, id: string, props: LayerProps, pr... function createLayer (line 70) | function createLayer(map: MapInstance, id: string, props: LayerProps) { function Layer (line 85) | function Layer(props: LayerProps) { FILE: modules/react-maplibre/src/components/logo-control.ts type LogoControlProps (line 8) | type LogoControlProps = LogoControlOptions & { function _LogoControl (line 15) | function _LogoControl(props: LogoControlProps) { FILE: modules/react-maplibre/src/components/map.tsx type MapContextValue (line 13) | type MapContextValue = { type MapInitOptions (line 20) | type MapInitOptions = Omit< type MapProps (line 25) | type MapProps = MapInitOptions & function _Map (line 37) | function _Map(props: MapProps, ref: React.Ref) { FILE: modules/react-maplibre/src/components/marker.ts type MarkerProps (line 14) | type MarkerProps = MarkerOptions & { FILE: modules/react-maplibre/src/components/navigation-control.ts type NavigationControlProps (line 8) | type NavigationControlProps = NavigationControlOptions & { function _NavigationControl (line 15) | function _NavigationControl(props: NavigationControlProps) { FILE: modules/react-maplibre/src/components/popup.ts type PopupProps (line 14) | type PopupProps = PopupOptions & { FILE: modules/react-maplibre/src/components/scale-control.ts type ScaleControlProps (line 8) | type ScaleControlProps = ScaleControlOptions & { function _ScaleControl (line 19) | function _ScaleControl(props: ScaleControlProps) { FILE: modules/react-maplibre/src/components/source.ts type SourceProps (line 15) | type SourceProps = SourceSpecification & { function createSource (line 22) | function createSource(map: MapInstance, id: string, props: SourceProps) { function updateSource (line 36) | function updateSource(source: AnySourceImplementation, props: SourceProp... function Source (line 85) | function Source(props: SourceProps) { FILE: modules/react-maplibre/src/components/terrain-control.ts type TerrainControlProps (line 9) | type TerrainControlProps = TerrainSpecification & { function _TerrainControl (line 16) | function _TerrainControl(props: TerrainControlProps) { FILE: modules/react-maplibre/src/components/use-control.ts type ControlOptions (line 6) | type ControlOptions = { function useControl (line 28) | function useControl( FILE: modules/react-maplibre/src/components/use-map.tsx type MountedMapsContextValue (line 7) | type MountedMapsContextValue = { type MapCollection (line 54) | type MapCollection = { function useMap (line 59) | function useMap(): MapCollection { FILE: modules/react-maplibre/src/maplibre/create-ref.ts type MapRef (line 28) | type MapRef = { function createRef (line 32) | function createRef(mapInstance: Maplibre): MapRef | null { function getMethodNames (line 52) | function getMethodNames(obj: Object) { FILE: modules/react-maplibre/src/maplibre/maplibre.ts type MaplibreProps (line 31) | type MaplibreProps = Partial & constant DEFAULT_STYLE (line 81) | const DEFAULT_STYLE = {version: 8, sources: {}, layers: []} as StyleSpec... constant DEFAULT_SETTINGS (line 83) | const DEFAULT_SETTINGS = { class Maplibre (line 164) | class Maplibre { method constructor (line 184) | constructor( method map (line 194) | get map(): MapInstance { method setProps (line 198) | setProps(props: MaplibreProps) { method reuse (line 217) | static reuse(props: MaplibreProps, container: HTMLDivElement): Maplibre { method _initialize (line 272) | private _initialize(container: HTMLDivElement) { method recycle (line 342) | recycle() { method destroy (line 351) | destroy() { method redraw (line 358) | redraw() { method _updateSize (line 378) | private _updateSize(nextProps: MaplibreProps): boolean { method _updateViewState (line 397) | private _updateViewState(nextProps: MaplibreProps): boolean { method _updateSettings (line 422) | private _updateSettings(nextProps: MaplibreProps, currProps: MaplibreP... method _updateStyle (line 439) | private _updateStyle(nextProps: MaplibreProps, currProps: MaplibreProp... method _updateStyleComponents (line 461) | private _updateStyleComponents({light, projection, sky, terrain}: Mapl... method _updateHandlers (line 493) | private _updateHandlers(nextProps: MaplibreProps, currProps: MaplibreP... method _queryRenderedFeatures (line 538) | private _queryRenderedFeatures(point: Point) { method _updateHover (line 551) | private _updateHover(e: MapMouseEvent) { FILE: modules/react-maplibre/src/types/common.ts type ViewState (line 17) | type ViewState = { type ImmutableLike (line 32) | interface ImmutableLike { FILE: modules/react-maplibre/src/types/events.ts type MapCallbacks (line 30) | type MapCallbacks = { type MapEvent (line 78) | interface MapEvent { type ErrorEvent (line 84) | type ErrorEvent = MapEvent & { type MapMouseEvent (line 89) | type MapMouseEvent = _MapMouseEvent & { type ViewStateChangeEvent (line 95) | type ViewStateChangeEvent = type PopupEvent (line 114) | type PopupEvent = { type MarkerEvent (line 119) | type MarkerEvent = MapEvent; type GeolocateResultEvent (line 128) | type GeolocateResultEvent = GeolocateEvent & GeolocationPosition; type GeolocateErrorEvent (line 130) | type GeolocateErrorEvent = GeolocateEvent & GeolocationPositionError; FILE: modules/react-maplibre/src/types/internal.ts type TransformLike (line 7) | type TransformLike = { FILE: modules/react-maplibre/src/types/lib.ts type MapLib (line 56) | interface MapLib { FILE: modules/react-maplibre/src/utils/apply-react-style.ts function applyReactStyle (line 6) | function applyReactStyle(element: HTMLElement, styles: React.CSSProperti... FILE: modules/react-maplibre/src/utils/assert.ts function assert (line 1) | function assert(condition: any, message: string) { FILE: modules/react-maplibre/src/utils/compare-class-names.ts function compareClassNames (line 2) | function compareClassNames( function getClassList (line 27) | function getClassList(className: string | undefined) { FILE: modules/react-maplibre/src/utils/deep-equal.ts function arePointsEqual (line 9) | function arePointsEqual(a?: PointLike, b?: PointLike): boolean { function deepEqual (line 24) | function deepEqual(a: any, b: any): boolean { FILE: modules/react-maplibre/src/utils/set-globals.ts type GlobalSettings (line 1) | type GlobalSettings = { function setGlobals (line 18) | function setGlobals(mapLib: any, props: GlobalSettings) { FILE: modules/react-maplibre/src/utils/style-utils.ts function normalizeStyle (line 9) | function normalizeStyle( FILE: modules/react-maplibre/src/utils/transform.ts function transformToViewState (line 11) | function transformToViewState(tr: TransformLike): ViewState { function applyViewStateToTransform (line 27) | function applyViewStateToTransform( FILE: modules/react-maplibre/test/components/map.spec.jsx function onLoad (line 45) | function onLoad(e) { function onRender (line 49) | function onRender(e) { function onMoveEnd (line 56) | function onMoveEnd() { function onLoad (line 74) | function onLoad(e) { function onRender (line 77) | function onRender(e) { function onMoveEnd (line 81) | function onMoveEnd() { function onLoad (line 101) | function onLoad(e) { function onRender (line 104) | function onRender(vs, e) { function onMoveEnd (line 111) | function onMoveEnd() { function App (line 116) | function App() { function onLoad (line 140) | function onLoad(e) { function onRender (line 143) | function onRender(vs, e) { function onMoveEnd (line 150) | function onMoveEnd() { function App (line 155) | function App() { FILE: modules/react-maplibre/test/components/use-map.spec.jsx function TestControl (line 13) | function TestControl() { FILE: modules/react-maplibre/test/utils/style-utils.spec.js function freezeRecursive (line 199) | function freezeRecursive(obj) { FILE: modules/react-maplibre/test/utils/test-utils.jsx function sleep (line 2) | function sleep(milliseconds) { function waitForMapLoad (line 6) | function waitForMapLoad(mapRef) { FILE: test/apps/reuse-maps/src/app.tsx constant TOKEN (line 6) | const TOKEN = ''; constant CONFIGS (line 8) | const CONFIGS: MapProps[] = [ function App (line 37) | function App() { function renderToDom (line 58) | function renderToDom(container) { FILE: test/render/index.jsx constant WIDTH (line 10) | const WIDTH = 400; constant HEIGHT (line 11) | const HEIGHT = 300; function getBoundingBoxInPage (line 13) | function getBoundingBoxInPage(domElement) { function runTestCase (line 23) | async function runTestCase({Component = Map, props}) { function loadStyles (line 64) | async function loadStyles() { FILE: test/render/test-cases.jsx constant ALT_EMPTY_MAP_STYLE (line 13) | const ALT_EMPTY_MAP_STYLE = { FILE: test/src/exports.ts function getMissingExports (line 21) | function getMissingExports(module: any): null | string[] { FILE: test/test-utils.js constant EPSILON (line 1) | const EPSILON = 1e-9; function toLowPrecision (line 4) | function toLowPrecision(input, precision = 11) { function isSameLocation (line 20) | function isSameLocation(lngLat1, lngLat2) { function equals (line 28) | function equals(a, b, epsilon = EPSILON) { FILE: website/src/pages/index.jsx function IndexPage (line 51) | function IndexPage() {