Closed 77656233 closed 7 years ago
Hello,
i just found the reset function that can be triggered with the class"bh-sl-reset".
Is there a way to delete the generated map and results? I would love to give the option to close the map after its loaded.
Greetings, Chris
@ChristianGrieger destroy is a public method:
$('#bh-sl-test').on('click', function(e) { e.preventDefault(); $('#bh-sl-map-container').storeLocator( 'destroy' ); });
Hello,
i just found the reset function that can be triggered with the class"bh-sl-reset".
Is there a way to delete the generated map and results? I would love to give the option to close the map after its loaded.
Greetings, Chris