Guest User

Untitled

a guest
Jan 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "id": 0,
  7. "geometry": {
  8. "type": "Point",
  9. "coordinates": [
  10. 55.831903, 37.411961
  11. ]
  12. },
  13. "properties": {
  14. "balloonContent": "Содержимое балуна",
  15. "clusterCaption": "Метка с iconContent",
  16. "hintContent": "Текст подсказки",
  17. "iconContent": "1"
  18. },
  19. "options": {
  20. "iconLayout": ymaps.templateLayoutFactory.createClass('<div class="placemark_layout_container"><div class="square_layout">1.5M</div></div>'),
  21. "iconShape": {
  22. "type": "Rectangle",
  23. "coordinates": [[-25, -25], [25, 25]]
  24. }
  25. }
  26. }
  27. ]
  28. }
Add Comment
Please, Sign In to add comment