Troy Wolf

Results 20 comments of Troy Wolf

I am having the issue where attributes are added to label. v 0.0.4 just downloaded today. I don't understand what the work-around is.

After several hours simply trying to get a map reference, and yes, unsuccessfully trying the tricks in this thread and elsewhere, I have had to say "screw it" and just...

@molimauro , _close_ but fail for me. I do see some folks report this works for them, so not sure what's different for me, but the `google` object contains the...

@molimauro Something I'd consider very normal for a map application: Upon Marker click, I want to do things like: 1. Center map on the Marker `map.setCenter()` or `map.panTo()` 2. Zoom...

@molimauro, that **does** help. Thank you! @JustFly1984 , it also explains my `center` issue with your package. It's the difference between `center` and `defaultCenter`. Fixed by maintaining a state variable...

@JustFly1984 , quick FYI -- I'm using @react-google-maps/api now. Thanks for being so responsive! :coffee: THANKS to @molimauro, too!

@vipulm124, Unfortunately, I have not been using any of these Google Map related packages for almost a year now--I moved off the project where I was using this heavily. I...

+1 Definition of "combobox" is a dropdown list of options with the ability to enter your own value not in the list. That's what I need and why I found...

Same issue for me. This thread helped me to overcome the `retriedResult.subscribe is not a function` error. My onError function successfully catches the UNAUTHENTICATED error. It successfully makes a refreshToken...

> I have already posted the back-end code. > > The front-end doesn't do anything especial, just a fetch with method PUT and passing the body binary buffer. @tomasdev ,...