Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. polygon_ya[i] = new ymaps.Polygon([triCoords5],{}, {
  2. fill: true,
  3. stroke: false,
  4. fillColor: fillcolor,
  5. fillOpacity: fillopa,
  6. geodesic: true
  7. });
  8. map_var.geoObjects.add(polygon_ya[i]);
Add Comment
Please, Sign In to add comment