We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f909bb1 commit 0bfbc9cCopy full SHA for 0bfbc9c
src/google-maps/map-circle/README.md
@@ -17,7 +17,7 @@ export class GoogleMapDemo {
17
zoom = 4;
18
19
circleCenter: google.maps.LatLngLiteral = {lat: 10, lng: 15};
20
- radius: 3;
+ radius = 3;
21
}
22
```
23
0 commit comments