BeMap JavaScript API
Putting geolocation at the core of your business
BeNomad conceives, develops and markets software development kits (SDK) to manage and to make the most of map based information.
JavaScript API code samples
Add map easily into your application. Check out below an example to display a marker on map.
var ctx = new bemap.Context({
"login": '<your account>',
"password": '<your password>',
"secure": true,
"host": 'bemap-beta.benomad.com'
});
var map = new bemap.OlMap(ctx, 'map1').defaultLayers().move(2.3412, 48.85693, 12);