skip to Main Content

Unable to load Google map – Twitter bootstrap

Google Map not loading. only blank div is displaying here my code snippet <div id="map-container" class="col-md-9 col-sm-12"> <script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script> <script src="http://maps.google.com/maps/api/js?sensor=false"></script> <script> function init_map() { var var_location = new google.maps.LatLng(35.710107,73.039610); var var_mapoptions = { center: var_location, zoom:17 }; var var_marker…

VIEW QUESTION

Adjust google maps height dynamic in row – Twitter-api

I have this example (click here) in which im trying to make the height of a google map adjustable dynamic to the span that is beside it. Any help is very appreciated. <!DOCTYPE html> <html> <head> <script src="https://code.jquery.com/jquery.min.js"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css"…

VIEW QUESTION
Back To Top
Search