ما هي افضل واسهل طريقة لانشاء موقع يحتوي خرائط تفاعلية?
I need the best and easiest way to develop my website, and I need to upload the maps to be available to all my company members
oraby كتب:ما هي افضل واسهل طريقة لانشاء موقع يحتوي خرائط تفاعلية?
I need the best and easiest way to develop my website, and I need to upload the maps to be available to all my company members
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas { height: 100%}
</style> <script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=true">
</script> <script type="text/javascript">
function initialize()
{ var latlng = new google.maps.LatLng(33.516666, 36.3);
var myOptions = { zoom: 14, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP };
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
}
</script> </head> <body onload="initialize()">
<a href='index.php'>go back</a>
<div id="map_canvas" style="width:50; height:50">
</div>
</body>
</html>
العودة إلى منتدى الإنترنت و الشبكات
المستخدمون المتصفحون لهذا المنتدى: لا يوجد أعضاء مسجلين متصلين و 2 زائر/زوار