Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (x, y)(x, y)(x, y)
  2.  
  3. var polyCoordinates = [
  4. new google.maps.LatLng(x, y),
  5. new google.maps.LatLng(x, y),
  6. new google.maps.LatLng(x, y)
  7. ];
  8.  
  9. while ($row = mysql_fetch_array($query)) {
  10. echo "new google.maps.LatLng(" . $row['coordinate'] . "),";
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement