I am working on laravel framework with bootstrap 3 . I want to render my google map in bootstrap tab. but the map is not showing properly. small map show in tab with inline style with gray background. I am adding style on map div but it will not show according to height and width.
kindly advise me any solution.
My issue is resolved by this code:-
$('a[href="#tab-4"]').on('shown.bs.tab', function (e) {
ops2.initGoogleMapCanvas();
});