Google मानचित्र उदाहरण:
आप इस उदाहरण को स्थानीय ड्राइव से चला सकते हैं।
आप कोड के बजाय कोर्डर्स में प्रवेश करने के लिए केवल एक फॉर्म जोड़ सकते हैं।
एक्सटेंशन को बदलने के लिए नए google.maps.Rectangle ({bounds: new google.maps.LatLngBounds (नए google.maps.LatLng) ( 37.2, -122.3 ), नए google.maps.LatLng ( 37.6- -121.9 )) को सेट करें। आप चाहते हैं कि मूल्यों के लिए।
new google.maps.Rectangle({
bounds:new google.maps.LatLngBounds(new google.maps.LatLng(37.2, -122.3), new google.maps.LatLng(37.6, -121.9)),
map:map,
fillOpacity: 0.2,
strokeOpacity: 0.5,
strokeWeight: 1
});
http://gmaps-samples.googlecode.com/svn/trunk/fusiontables/rectangle_example.html
ओपन स्ट्रीट मैप उदाहरण:
ओपन स्ट्रीट मैप के लिए आप बस कॉल करके एपीआई और बॉक्स = हां को जोड़कर एक साधारण आयत उत्पन्न कर सकते हैं
http://www.openstreetmap.org/?minlon=-0.489&minlat=51.28&maxlon=0.236&maxlat=51.686&box=yes