Skip to content

jHERE 1.0.0 beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mmarcon mmarcon released this 20 Nov 15:39
· 4 commits to master since this release

In this release I reintroduced map controls (enable option):

var map = jHERE(document.querySelector('#map'), {
    app_id: 'your_app_id',
    app_code: 'your_app_code'
    zoom: 14,
    center: {lat: 52.5, lng: 13.3,
    enable: ['zoombar', 'scalebar', 'settings']
}});