@jibestream-dev/jmap-outdoorindoor-kit
v1.2.1
Published
Outdoor indoor sdk using google maps
Downloads
23
Maintainers
Keywords
Readme
outdoorIndoor.js
Google integration of Jibestream's Web SDK. Compatible with the Jibestream Application Core Service (JACS).
Quick Start:
Using CDN (Recommended):
<script src="https://cdn.jibestream.com/outdoor-indoor/@VERSION@/outdoorindoor.js"></script>
Using Browserify or Webpack
npm install @jibestream-dev/jmap-outdoorindoor-kit
import * as jmapGM from '@jibestream-dev/jmap-outdoorindoor-kit'
Quick Start
import * as jmapGM from '@jibestream-dev/jmap-outdoorindoor-kit'
const config = {
auth: new jmap.core.Auth('clientId', 'clientSecret'),
customerId: 1,
venueId: 1,
host: 'https://api.jibestream.com'
}
// Create new jmap instance and show map
const jibestream = jmapGM.init(API_KEY, config)