react-streetview icon indicating copy to clipboard operation
react-streetview copied to clipboard

Google street view component for React.js

Results 8 react-streetview issues
Sort by recently updated
recently updated
newest added

How can I dynamically update latitude and longitude? I am doing it as follows: ``` let lat = 46.9171876; let long = 17.8951832; if(latitude) { lat = latitude; } if(longitude)...

How to enable pegman on streetview?

Is there an easy way with react-streetview to fix this issue? I already have the google maps API included in several places of my page. Is there a way to...

I have this error when adding this module: warning " > [email protected]" has incorrect peer dependency "react@^0.14.0 || ^15.x". Is it compatible with React 16.x? If yes, could you please...

Prop only exists for api key and not client id. ReactStreetview component google url only accounts for api key.

Hi I can see after some time that I'm getting: ```WARNING: Too many active WebGL contexts. Oldest context will be lost.``` in console. I'm using this component in Bootstrap modal...

Hi, first of all I'd like to say that this is a really good plugin, nice and simple. I was wondering if there is any way to check to see...