@mapbox/mapbox-gl-supported

WebJar for @mapbox/mapbox-gl-supported

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mapbox__mapbox-gl-supported
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

@mapbox/mapbox-gl-supported
WebJar for @mapbox/mapbox-gl-supported
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/mapbox/mapbox-gl-supported

Download mapbox__mapbox-gl-supported

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mapbox__mapbox-gl-supported/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mapbox__mapbox-gl-supported</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mapbox__mapbox-gl-supported/
implementation 'org.webjars.npm:mapbox__mapbox-gl-supported:1.5.0'
// https://jarcasting.com/artifacts/org.webjars.npm/mapbox__mapbox-gl-supported/
implementation ("org.webjars.npm:mapbox__mapbox-gl-supported:1.5.0")
'org.webjars.npm:mapbox__mapbox-gl-supported:jar:1.5.0'
<dependency org="org.webjars.npm" name="mapbox__mapbox-gl-supported" rev="1.5.0">
  <artifact name="mapbox__mapbox-gl-supported" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mapbox__mapbox-gl-supported', version='1.5.0')
)
libraryDependencies += "org.webjars.npm" % "mapbox__mapbox-gl-supported" % "1.5.0"
[org.webjars.npm/mapbox__mapbox-gl-supported "1.5.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Mapbox GL JS Supported

This library determines if a browser supports Mapbox GL JS.

Testing Your Browser

You may test your browser here.

Using Mapbox GL JS Supported with a <script> tag

<script src='mapbox-gl-supported.js'></script>
<script>
if (mapboxgl.supported()) {
    ...
} else {
    ...
}
</script>

Using Mapbox GL JS Supported with Browserify

npm install --save @mapbox/mapbox-gl-supported
var isSupported = require('@mapbox/mapbox-gl-supported')();
org.webjars.npm

Mapbox

Mapbox is the location data platform for mobile and web applications. We're changing the way people move around cities and explore our world.

Versions

Version
1.5.0
1.4.1
1.4.0
1.3.0