ddubrava / angular-yandex-maps

🗺️ Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API
https://ddubrava.github.io/angular8-yandex-maps/#/
MIT License
57 stars 7 forks source link

❓ - Problems with SuggestView #232

Closed Lenetta closed 6 months ago

Lenetta commented 7 months ago

Description

Hello, dear developer! I have a problem( I need to use SuggestView, but I get the same error as in your example - it also doesn't work.

image image I have a SuggestApiKey, but there is no field in the config where I can add it. It’s in the documentation, but in fact it’s not. image

I'm using version 13.2.0 for Angular 12.2.16. Help me, please!

Lenetta commented 7 months ago

I solved this through inheritance and it works. But it would be nice to see information about this in the documentation.

image

ddubrava commented 7 months ago

Hi! In typings, it's supported only in version 17+. I'll update the interface for earlier versions.

Lenetta commented 7 months ago

Thank you very much!

ddubrava commented 6 months ago

v15, v14 and v13 versions are released. I added the missing property.

image