Saif Ali Khan

Results 28 comments of Saif Ali Khan

@tomchentw Is there anything which can be done for this? Can we create our own custom control just like `SearchBox` component?

@RamYadlapalli Can you provide an example of how to implement it?

@JustFly1984 Can you add link of that library? `react-google-maps-api`

@JustFly1984 Hey, Did you add some changes around `DrawingManager` in your forked library? Or do you of anyone else who managed to achieve DrawingManager public API's which are not exposed...

@theGirrafish Center requires an object with lat, lng. From your above snippet it seems like you are passing an Array as center in `defaultCenter`. try passing an object like `{lat:...

Yes, you might have to use it like this ``` const MapComponent = withScriptjs(withGoogleMap((props) => // your div ``` to get it loaded. Try it and also tell what's the...

Hey @tlow92 Were you able to solve this somehow? I am also not able to identify whether use has preseed the tooltip or not in IOS.

having the same problem in ios. Tried the above workaround, but doesn't work for me.

@autonauta @arrluubuutee Have you added `metro.config.js` file in your project? I was having the same problem, and what worked for me was I added this file with the code: ```/**...