UNPKG

@googlemaps/jest-mocks

Version:

[![npm](https://img.shields.io/npm/v/@googlemaps/jest-mocks)][npm-pkg] ![Release](https://github.com/googlemaps/js-jest-mocks/workflows/Release/badge.svg) ![Stable](https://img.shields.io/badge/stability-stable-green) [![Tests/Build](https://github.com/go

9 lines (8 loc) 372 B
export declare class LatLngAltitude implements google.maps.LatLngAltitude { lat: number; lng: number; altitude: number; constructor(value: google.maps.LatLng | google.maps.LatLngLiteral | google.maps.LatLngAltitude | google.maps.LatLngAltitudeLiteral, noClampNoWrap?: boolean); equals: jest.Mock<any, any, any>; toJSON: jest.Mock<any, any, any>; }