Connecting the API
To connect the Yandex Maps JS API, you can use one of the following ways to load the API:
The JS API supports popular JavaScript libraries (React
, Vue
) thanks to the entity system.
Most ymaps3.YMapEntity
descendant classes are converted into components with similar parameters and methods and can then be used in your app.
Currently supported are:
The wrapper for React
and Vue
makes it easy to add interface elements and customize map interaction.
The wrapper component is the YMapContainer class.