DEV Community

pallabpki
pallabpki

Posted on

Can not get radius value from Editable Circle onRadiusChanged event

I am new to React Google Maps. I'm unable to get radius value from Circle.

https://github.com/JustFly1984/react-google-maps-api

I want to get circle redius onRadiusChanged event.

index.js

import React, { Component } from 'react';
import { render } from 'react-dom';
import Map from './Map';
import './style.css';

const App = () => {
ā€¦

Top comments (0)