9.0.0 • Published 10 months ago
@mapxus/mapxus-map v9.0.0
Mapxus map js sdk
Dependency
maplibre-gl
Install
npm install @mapxus/mapxus-mapTips: We do not recommend you install maplibre-gl by yourself. Each version of @mapxus/mapxus-map uses a specific version of maplibre-gl,@mapxus/mapxus-map will automatically install it with the matched version.
Example
import 'maplibre-gl/dist/maplibre-gl.css';
import maplibregl from 'maplibre-gl';
import * as MapxusMap from '@mapxus/mapxus-map';
const maplibreMap = new maplibregl.Map({
container: 'map',
zoom: 17,
});
const map = new MapxusMap.Map({
map: maplibreMap,
appId: 'your_appId',
secret: 'your_secret',
buildingId: 'building_id', // example: elements_hk_dc005f
// or
// venueId: 'venue_id',
// floorId: 'floor_id',
// poiId: 'poi_id',
});More sample page at MapxusMap Sample Web
Documentation
Docs are available at MapxusMap JS SDK API Docs
License
3-Clause BSD
9.0.0-pre.1
10 months ago
8.5.0
1 year ago
9.0.0-pre.2
10 months ago
8.4.0
1 year ago
8.7.0
11 months ago
8.6.1
1 year ago
8.6.0
1 year ago
8.1.0
1 year ago
8.0.0
1 year ago
8.3.0
1 year ago
8.2.0
1 year ago
8.1.1
1 year ago
9.0.0
10 months ago
7.11.0
1 year ago
7.10.0
2 years ago
7.8.0
2 years ago
7.7.1
2 years ago
7.7.0
2 years ago
7.6.0
2 years ago
7.7.3
2 years ago
7.9.0
2 years ago
7.7.2
2 years ago
7.5.0
2 years ago
7.4.0
2 years ago
5.0.0
3 years ago
7.0.0
3 years ago
7.3.0
2 years ago
7.2.0
3 years ago
7.1.0
3 years ago
4.4.1
3 years ago
4.4.0
3 years ago
4.3.0
4 years ago
4.2.0
4 years ago
4.1.4
4 years ago
4.1.3
4 years ago
4.1.2
4 years ago
4.1.1
4 years ago
4.1.0
4 years ago
4.0.0
4 years ago