react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

MarkerWithLabel missing in TypeScript declaration

Open Jiia opened this issue 6 years ago • 7 comments

MarkerWithLabel is missing TypeScript declaration in index.d.ts so it cannot be used in TS applications without suppressing TypeScript.

Jiia avatar Jun 21 '18 13:06 Jiia

+1

vincentjames501 avatar Aug 06 '18 13:08 vincentjames501

+1

sangnguyenplus avatar Aug 20 '18 10:08 sangnguyenplus

+1

SergeyW avatar Sep 27 '18 11:09 SergeyW

+1

ademspr avatar Oct 24 '18 12:10 ademspr

+1

dszymczuk avatar Dec 17 '18 15:12 dszymczuk

+1

StefanoSega avatar Jul 18 '20 10:07 StefanoSega

@StefanoSega @dszymczuk @ademspr @SergeyW @sangnguyenplus @vincentjames501 The repo of this project is unmaintained more than a 2 years, and we had build new version https://www.npmjs.com/package/@react-google-maps/api

We had rewrite it to TypeScript, and updating it frequently: https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api You can enjoy autocomplete.

You can see our docs: https://react-google-maps-api-docs.netlify.app

Also a lot of examples: https://react-google-maps-api-gatsby-demo.netlify.app/ https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api-gatsby-example/src/examples

The bundle size is much smaller: https://bundlephobia.com/result?p=@react-google-maps/api

Our Spectrum community: https://spectrum.chat/react-google-maps
Our Slack channel: https://join.slack.com/t/react-google-maps-api/shared_invite/enQtODc5ODU1NTY5MzQ4LTBiNTYzZmY1YmVjYzJhZThkMGU0YzUwZjJkNGJmYjk4YjQyYjZhMDk2YThlZGEzNDc0M2RhNjBmMWE4ZTJiMjQ

Enjoy!

JustFly1984 avatar Jul 18 '20 13:07 JustFly1984