gribnoysup / react-yandex-maps

Yandex Maps API bindings for React
MIT License
327 stars 116 forks source link

Search doesn't work anymore #245

Closed evgtretyakov closed 4 years ago

evgtretyakov commented 4 years ago

Screenshot_69 Some problems with search. Is it about apikey?

mmarkelov commented 4 years ago

@evgtretyakov yeah! This is about API Key

evgtretyakov commented 4 years ago

can I change it anywhere?

mmarkelov commented 4 years ago

@evgtretyakov you can get key here

And then you should define it in YMaps:

<YMaps query={{ apikey: 'Your key here' }}>
  ...
</YMaps>
evgtretyakov commented 4 years ago

thank you much, just like here: https://react-yandex-maps.now.sh/provider-consumer/ymaps-provider-component

burakkarakus commented 2 years ago

Where should we obtain the apikey? I got a key from developer.tech.yandex.com with the Static API Yandex.Maps but when I put the apikey to YMaps component with apikey, it still gives 403 error when I search for places.