We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set a list of controls that should be displayed on the map?
<angular-yandex-map [center]="[55.751952, 37.600739]" [zoom]="12"> <angular-yandex-placemark [geometry]="[55.751952, 37.600739]"></angular-yandex-placemark> </angular-yandex-map>
Example: https://tech.yandex.ru/maps/jsbox/2.1/customSet_controls
The text was updated successfully, but these errors were encountered:
Привет!
Документация компонента - Map.
Inputs содержат state & options. Они имеют точно такие же интерфейсы как в документации Яндекс.Карт. Вот нужные контролы.
Теперь надо в Map передать, используя [state], что написано в документации Яндекс.Карт.
https://stackblitz.com/edit/map-controls
Sorry, something went wrong.
ddubrava
No branches or pull requests
How to set a list of controls that should be displayed on the map?
Example: https://tech.yandex.ru/maps/jsbox/2.1/customSet_controls
The text was updated successfully, but these errors were encountered: