From 7721743b5926123fc07091a44234cbdc77f45723 Mon Sep 17 00:00:00 2001 From: Babis K Date: Wed, 27 Jan 2021 22:32:31 +0200 Subject: [PATCH] docs(google-maps): documentation refers to wrong JS base class Update MapGroundOverlay doc for class reference error --- src/google-maps/map-ground-overlay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google-maps/map-ground-overlay/README.md b/src/google-maps/map-ground-overlay/README.md index 19ebfe0ed3ee..07488d9a171b 100644 --- a/src/google-maps/map-ground-overlay/README.md +++ b/src/google-maps/map-ground-overlay/README.md @@ -1,6 +1,6 @@ # MapGroundOverlay -The `MapGroundOverlay` component wraps the [`google.maps.BicyclingLayer` class](https://developers.google.com/maps/documentation/javascript/reference/image-overlay#GroundOverlay) from the Google Maps JavaScript API. A url and a bounds are required. +The `MapGroundOverlay` component wraps the [`google.maps.GroundOverlay` class](https://developers.google.com/maps/documentation/javascript/reference/image-overlay#GroundOverlay) from the Google Maps JavaScript API. A url and a bounds are required. ## Example