Skip to content

jHERE 1.0.0 beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mmarcon mmarcon released this 22 Nov 09:23
· 4 commits to master since this release

In this release I added the possibility of toggling map behavior (zoom with mouse wheel and pan by dragging):

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', 'behavior']
}});