From bfcfe120ca39c6929928c646d03062fb1f12df5c Mon Sep 17 00:00:00 2001
From: googlemaps-bot
Date: Wed, 29 Sep 2021 04:23:36 +0000
Subject: [PATCH] chore(deps-dev): bump jest from 27.2.2 to 27.2.3 (#88)
Bumps [jest](https://github.com/facebook/jest) from 27.2.2 to 27.2.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.2...v27.2.3)
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> be4e3df319d0ecd34db7c060467c2a34952f050d
---
classes/LatLng.html | 2 +-
classes/LatLngBounds.html | 2 +-
classes/MVCArray.html | 2 +-
classes/MVCObject.html | 2 +-
classes/Map.html | 2 +-
classes/MapCanvasProjection.html | 2 +-
classes/MapPanes.html | 2 +-
classes/Marker.html | 2 +-
classes/OverlayView.html | 2 +-
classes/Polyline.html | 2 +-
classes/Size.html | 2 +-
classes/VisibleRegion.html | 2 +-
modules.html | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/classes/LatLng.html b/classes/LatLng.html
index d5f485b4..516dcbc5 100644
--- a/classes/LatLng.html
+++ b/classes/LatLng.html
@@ -10,4 +10,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-Constructors
constructor
- new LatLng(a: number | LatLngLiteral, b?: number | boolean, c?: boolean): LatLng
Parameters
a: number | LatLngLiteral
Optional b: number | boolean
Optional c: boolean
Properties
equals
equals: Mock<any, any> = ...
lat
lat: Mock<any, any> = ...
lng
lng: Mock<any, any> = ...
toJSON
toJSON: Mock<any, any> = ...
toString
toString: Mock<any, any> = ...
toUrlValue
toUrlValue: Mock<any, any> = ...