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 06a26ad commit 0ca16d5Copy full SHA for 0ca16d5
src/google-maps/google-map/README.md
@@ -33,6 +33,7 @@ export class GoogleMapDemo {
33
34
center: google.maps.LatLngLiteral = {lat: 24, lng: 12};
35
zoom = 4;
36
+ display: google.maps.LatLngLiteral;
37
38
moveMap(event: google.maps.MapMouseEvent) {
39
this.center = (event.latLng.toJSON());
0 commit comments