7.5.0 • Published 1 month ago

@mapxus/mapxus-map-jp v7.5.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 month ago

Mapxus map js sdk

Dependency

maplibre-gl

Install

npm install @mapxus/mapxus-map-jp

Tips: We do not recommend you install maplibre-gl by yourself. Each version of @mapxus/mapxus-map-jp uses a specific version of maplibre-gl,
@mapxus/mapxus-map-jp 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-jp';

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

7.5.0

1 month ago

7.4.0

3 months ago

7.3.0

6 months ago

7.2.0

7 months ago

7.1.0

8 months ago

6.0.0

12 months ago

5.4.1

1 year ago

5.4.0

1 year ago

5.3.0

1 year ago

5.3.0-jp

1 year ago

5.4.0-jp

1 year ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.1.4

2 years ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago