Maps
Yandex Map With A Pin
A directions section: a full-width Yandex Maps widget with an address card, landmarks and a route button.
What you can change
- address — the point address: the card heading, the links and the widget query when there are no coordinates
- latitude and longitude — the marker coordinates; drop them to let the widget search by address
- details — the landmark lines: hours, entrance, metro, parking
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/map-001?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The block is self-contained: one file, no dependencies, its own palette in local variables --vibeui-map-001-*. The map is real with no setup: by default it embeds the standard Yandex Maps widget (yandex.ru/map-widget/v1), which needs no key, and its dark scheme is switched on by the theme parameter. When apiKey is set, the JS API v3 replaces the widget: the map becomes scriptable and the point can be looked up through ymaps3.search. Coordinates win over the address: with latitude and longitude the widget pins them, without them it searches the address string. If the JS API fails to load, the block falls back to the widget and says so on a small plate.
Tags
- map
- yandex
- location
- address
- directions
- contacts
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…