Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle component #169

Open
h0rhay opened this issue Mar 26, 2018 · 4 comments
Open

Circle component #169

h0rhay opened this issue Mar 26, 2018 · 4 comments

Comments

@h0rhay
Copy link

h0rhay commented Mar 26, 2018

Hi, Lovely lib, works really well :)
Any plans to add the Circle component?
Or I'd be happy to fork it, if you could spare a few mins for some advice..
Many thanks
George

@auser
Copy link
Contributor

auser commented Apr 6, 2018

George,

Sure. How can I help?

@h0rhay

@hibikiyoyo
Copy link

hibikiyoyo commented Apr 18, 2018

How can i make a Circle component in Map and resize or drag it ? . I did it with google map api but dont know how to use this in google maps react .


var cityCircle = new google.maps.Circle({
            strokeColor: '#FF0000',
            strokeOpacity: 0.8,
            strokeWeight: 2,
            fillColor: '#FF0000',
            fillOpacity: 0.35,
            map: map,
            center: {lat: 44.5452, lng: -78.5389},
            radius: 100000 ,
			editable: true,
          draggable: true
          });
}`

@ghost
Copy link

ghost commented Jun 5, 2018

+1

@v-stickykeys
Copy link

Resizable and draggable: #224
@hibikiyoyo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants