Springe direkt zu Inhalt
Freie Universität Berlin
Department of Mathematics and Computer Science
Service Navigation
Homepage
Staff
Contact
Imprint
Privacy Policy
Accessibility Statement
EN
DE: Deutsch
EN: English
Quick access
Search terms
Information about data transfer when using Google Search™
Department of Mathematics and Computer Science
/
Computer Science
/
Human-Centered Computing
Menu
Team
loading...
Research
loading...
Teaching
loading...
Theses
loading...
Open Positions
loading...
Contact
loading...
Path Navigation
Homepage
Computer Science
Work Groups
Human-Centered Computing
Road map and bus stations from Rathaus Steglitz - Google Map
Road map and bus stations from Rathaus Steglitz - Google Map
Your browser cannot display iframes. You can find the content at the following URL<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> <script type="text/javascript"> var markers = [ { "title": 'Rathaus', "lat": '52.456742', "lng": '13.321588', "description": 'X83 in Richtung Dahlem-Dorf/U-Bahn.' } , { "title": 'Grunewaldstr./Lepsiusstr.', "lat": '52.458827', "lng": '13.315526', "description": 'Bushaltestelle 1.' } , { "title": 'Schmidt-Otto-Str', "lat": '52.459919', "lng": '13.308960', "description": 'Bushaltestelle 2.' } , { "title": 'Königin-Luise-Platz/Botanischer Garten', "lat": '52.458461', "lng": '13.302426', "description": 'Bushaltestelle 3.' } , { "title": 'Arnimallee', "lat": '52.457990', "lng": '13.299519', "description": 'Bushaltestelle 4 (Möglichkeit zum Aussteigen).' } , { "title": 'KoeLi', "lat": '52.457748', "lng": '13.296976', "description": 'Koenigin-Luise-str.24/26.' } ]; window.onload = function () { var mapOptions = { center: new google.maps.LatLng(markers[0].lat, markers[0].lng), zoom: 10, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("dvMap"), mapOptions); var infoWindow = new google.maps.InfoWindow(); var lat_lng = new Array(); var latlngbounds = new google.maps.LatLngBounds(); for (i = 0; i < markers.length; i++) { var data = markers[i] var myLatlng = new google.maps.LatLng(data.lat, data.lng); if(i==0 || i==5) lat_lng.push(myLatlng); var marker = new google.maps.Marker({ position: myLatlng, map: map, title: data.title }); latlngbounds.extend(marker.position); (function (marker, data) { google.maps.event.addListener(marker, "click", function (e) { infoWindow.setContent(data.description); infoWindow.open(map, marker); }); })(marker, data); } map.setCenter(latlngbounds.getCenter()); map.fitBounds(latlngbounds); //***********ROUTING****************// //Initialize the Path Array var path = new google.maps.MVCArray(); //Initialize the Direction Service var service = new google.maps.DirectionsService(); //Set the Path Stroke Color var poly = new google.maps.Polyline({ map: map, strokeColor: '#4986E7' }); //Loop and Draw Path Route between the Points on MAP for (var i = 0; i < lat_lng.length; i++) { if ((i + 1) < lat_lng.length) { var src = lat_lng[i]; var des = lat_lng[i + 1]; path.push(src); poly.setPath(path); service.route({ origin: src, destination: des, travelMode: google.maps.DirectionsTravelMode.DRIVING }, function (result, status) { if (status == google.maps.DirectionsStatus.OK) { for (var i = 0, len = result.routes[0].overview_path.length; i < len; i++) { path.push(result.routes[0].overview_path[i]); } } }); } } } </script> <div id="dvMap" style="width: 500px; height: 500px"> </div>
Google Map
Protection of Your Personal Data
Data are transferred to these services when you click on the link:
No external domains
Please enable JavaScript.
Activate permanently
Reset
Privacy Policy
Please enable JavaScript in Your browser.