jQuery-Store-Locator-Plugin icon indicating copy to clipboard operation
jQuery-Store-Locator-Plugin copied to clipboard

fullMapStart shows map zoom smaller

Open dhruvangg opened this issue 4 years ago • 0 comments

fullMapStart: true, not showing a map properly

$('#bh-sl-map-container').storeLocator({ dataType: 'json', dataRaw: result, infowindowTemplatePath: '../assets/template/location-list-description.html', listTemplatePath: '../assets/template/infowindow-description.html?fdf', fullMapStart: true, maxDistance: true, distanceAlert: '60', nameSearch: true, bounceMarker: true, mapSettings: { zoom : 0, mapTypeId: google.maps.MapTypeId.ROADMAP }, }`

see this screenshot:

https://prnt.sc/srq9bi

dhruvangg avatar Jun 01 '20 14:06 dhruvangg