Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var bounds = new google.maps.LatLngBounds ();
- for (var i = 0, LtLgLen = serviceVertices.length; i < LtLgLen; i++) {
- bounds.extend (serviceVertcies[i]);
- }
- map.fitBounds (bounds);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement