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 ddb206e commit 50a3978Copy full SHA for 50a3978
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