Skip to content

Commit 0ca16d5

Browse files
authored
docs(google-maps): add missing property (#27140)
1 parent 06a26ad commit 0ca16d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google-maps/google-map/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class GoogleMapDemo {
3333

3434
center: google.maps.LatLngLiteral = {lat: 24, lng: 12};
3535
zoom = 4;
36+
display: google.maps.LatLngLiteral;
3637

3738
moveMap(event: google.maps.MapMouseEvent) {
3839
this.center = (event.latLng.toJSON());

0 commit comments

Comments
 (0)