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.

-

Hierarchy

  • LatLng

Implements

  • LatLng

Index

Constructors

constructor

  • new LatLng(a: number | LatLngLiteral, b?: number | boolean, c?: boolean): LatLng
  • Parameters

    • a: number | LatLngLiteral
    • Optional b: number | boolean
    • Optional c: boolean

    Returns LatLng

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> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

  • LatLng

Implements

  • LatLng

Index

Constructors

constructor

  • new LatLng(a: number | LatLngLiteral, b?: number | boolean, c?: boolean): LatLng
  • Parameters

    • a: number | LatLngLiteral
    • Optional b: number | boolean
    • Optional c: boolean

    Returns LatLng

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> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/LatLngBounds.html b/classes/LatLngBounds.html index 8e226b8c..88e146b1 100644 --- a/classes/LatLngBounds.html +++ b/classes/LatLngBounds.html @@ -1 +1 @@ -LatLngBounds | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LatLngBounds

Implements

  • LatLngBounds

Index

Constructors

constructor

  • new LatLngBounds(sw?: LatLngLiteral | LatLng, ne?: LatLngLiteral | LatLng): LatLngBounds
  • Parameters

    • Optional sw: LatLngLiteral | LatLng
    • Optional ne: LatLngLiteral | LatLng

    Returns LatLngBounds

Properties

contains

contains: Mock<any, any> = ...

equals

equals: Mock<any, any> = ...

extend

extend: Mock<any, any> = ...

getCenter

getCenter: Mock<any, any> = ...

getNorthEast

getNorthEast: Mock<any, any> = ...

getSouthWest

getSouthWest: Mock<any, any> = ...

intersects

intersects: Mock<any, any> = ...

isEmpty

isEmpty: Mock<any, any> = ...

toJSON

toJSON: Mock<any, any> = ...

toSpan

toSpan: Mock<any, any> = ...

toString

toString: Mock<any, any> = ...

toUrlValue

toUrlValue: Mock<any, any> = ...

union

union: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +LatLngBounds | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LatLngBounds

Implements

  • LatLngBounds

Index

Constructors

constructor

  • new LatLngBounds(sw?: LatLngLiteral | LatLng, ne?: LatLngLiteral | LatLng): LatLngBounds
  • Parameters

    • Optional sw: LatLngLiteral | LatLng
    • Optional ne: LatLngLiteral | LatLng

    Returns LatLngBounds

Properties

contains

contains: Mock<any, any> = ...

equals

equals: Mock<any, any> = ...

extend

extend: Mock<any, any> = ...

getCenter

getCenter: Mock<any, any> = ...

getNorthEast

getNorthEast: Mock<any, any> = ...

getSouthWest

getSouthWest: Mock<any, any> = ...

intersects

intersects: Mock<any, any> = ...

isEmpty

isEmpty: Mock<any, any> = ...

toJSON

toJSON: Mock<any, any> = ...

toSpan

toSpan: Mock<any, any> = ...

toString

toString: Mock<any, any> = ...

toUrlValue

toUrlValue: Mock<any, any> = ...

union

union: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/MVCArray.html b/classes/MVCArray.html index 9a999037..14b280bb 100644 --- a/classes/MVCArray.html +++ b/classes/MVCArray.html @@ -1 +1 @@ -MVCArray | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Implements

  • MVCArray<T>

Index

Constructors

constructor

  • new MVCArray<T>(array?: T[]): MVCArray<T>

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

clear

clear: Mock<any, any> = ...

forEach

forEach: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getArray

getArray: Mock<any, any> = ...

getAt

getAt: Mock<any, any> = ...

getLength

getLength: Mock<any, any> = ...

insertAt

insertAt: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

pop

pop: Mock<any, any> = ...

push

push: Mock<any, any> = ...

removeAt

removeAt: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setAt

setAt: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +MVCArray | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Implements

  • MVCArray<T>

Index

Constructors

constructor

  • new MVCArray<T>(array?: T[]): MVCArray<T>

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

clear

clear: Mock<any, any> = ...

forEach

forEach: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getArray

getArray: Mock<any, any> = ...

getAt

getAt: Mock<any, any> = ...

getLength

getLength: Mock<any, any> = ...

insertAt

insertAt: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

pop

pop: Mock<any, any> = ...

push

push: Mock<any, any> = ...

removeAt

removeAt: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setAt

setAt: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/MVCObject.html b/classes/MVCObject.html index 6b565778..69c3b45e 100644 --- a/classes/MVCObject.html +++ b/classes/MVCObject.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.

-

Hierarchy

Implements

  • MVCObject

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

get

get: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

Implements

  • MVCObject

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

get

get: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Map.html b/classes/Map.html index 3c8b78c7..0bbd3d9e 100644 --- a/classes/Map.html +++ b/classes/Map.html @@ -1 +1 @@ -Map | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • Map

Index

Constructors

constructor

  • new Map(mapDiv: Element, opts?: MapOptions): Map

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

controls

controls: MVCArray<Node>[]

data

data: Data

fitBounds

fitBounds: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getBounds

getBounds: Mock<any, any> = ...

getCenter

getCenter: Mock<any, any> = ...

getClickableIcons

getClickableIcons: Mock<any, any> = ...

getDiv

getDiv: Mock<any, any> = ...

getHeading

getHeading: Mock<any, any> = ...

getMapTypeId

getMapTypeId: Mock<any, any> = ...

getProjection

getProjection: Mock<any, any> = ...

getRenderingType

getRenderingType: Mock<any, any> = ...

getStreetView

getStreetView: Mock<any, any> = ...

getTilt

getTilt: Mock<any, any> = ...

getZoom

getZoom: Mock<any, any> = ...

mapTypes

mapTypes: MapTypeRegistry

moveCamera

moveCamera: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

overlayMapTypes

overlayMapTypes: MVCArray<MapType>

panBy

panBy: Mock<any, any> = ...

panTo

panTo: Mock<any, any> = ...

panToBounds

panToBounds: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setCenter

setCenter: Mock<any, any> = ...

setClickableIcons

setClickableIcons: Mock<any, any> = ...

setHeading

setHeading: Mock<any, any> = ...

setMapTypeId

setMapTypeId: Mock<any, any> = ...

setOptions

setOptions: Mock<any, any> = ...

setStreetView

setStreetView: Mock<any, any> = ...

setTilt

setTilt: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

setZoom

setZoom: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Map | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • Map

Index

Constructors

constructor

  • new Map(mapDiv: Element, opts?: MapOptions): Map

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

controls

controls: MVCArray<Node>[]

data

data: Data

fitBounds

fitBounds: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getBounds

getBounds: Mock<any, any> = ...

getCenter

getCenter: Mock<any, any> = ...

getClickableIcons

getClickableIcons: Mock<any, any> = ...

getDiv

getDiv: Mock<any, any> = ...

getHeading

getHeading: Mock<any, any> = ...

getMapTypeId

getMapTypeId: Mock<any, any> = ...

getProjection

getProjection: Mock<any, any> = ...

getRenderingType

getRenderingType: Mock<any, any> = ...

getStreetView

getStreetView: Mock<any, any> = ...

getTilt

getTilt: Mock<any, any> = ...

getZoom

getZoom: Mock<any, any> = ...

mapTypes

mapTypes: MapTypeRegistry

moveCamera

moveCamera: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

overlayMapTypes

overlayMapTypes: MVCArray<MapType>

panBy

panBy: Mock<any, any> = ...

panTo

panTo: Mock<any, any> = ...

panToBounds

panToBounds: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setCenter

setCenter: Mock<any, any> = ...

setClickableIcons

setClickableIcons: Mock<any, any> = ...

setHeading

setHeading: Mock<any, any> = ...

setMapTypeId

setMapTypeId: Mock<any, any> = ...

setOptions

setOptions: Mock<any, any> = ...

setStreetView

setStreetView: Mock<any, any> = ...

setTilt

setTilt: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

setZoom

setZoom: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/MapCanvasProjection.html b/classes/MapCanvasProjection.html index 13611152..e39b762e 100644 --- a/classes/MapCanvasProjection.html +++ b/classes/MapCanvasProjection.html @@ -1 +1 @@ -MapCanvasProjection | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • MapCanvasProjection

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

fromContainerPixelToLatLng

fromContainerPixelToLatLng: Mock<any, any> = ...

fromDivPixelToLatLng

fromDivPixelToLatLng: Mock<any, any> = ...

fromLatLngToContainerPixel

fromLatLngToContainerPixel: Mock<any, any> = ...

fromLatLngToDivPixel

fromLatLngToDivPixel: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getVisibleRegion

getVisibleRegion: Mock<any, any> = ...

getWorldWidth

getWorldWidth: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +MapCanvasProjection | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • MapCanvasProjection

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

fromContainerPixelToLatLng

fromContainerPixelToLatLng: Mock<any, any> = ...

fromDivPixelToLatLng

fromDivPixelToLatLng: Mock<any, any> = ...

fromLatLngToContainerPixel

fromLatLngToContainerPixel: Mock<any, any> = ...

fromLatLngToDivPixel

fromLatLngToDivPixel: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getVisibleRegion

getVisibleRegion: Mock<any, any> = ...

getWorldWidth

getWorldWidth: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/MapPanes.html b/classes/MapPanes.html index 36a7a302..dc247082 100644 --- a/classes/MapPanes.html +++ b/classes/MapPanes.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.

-

Hierarchy

  • MapPanes

Implements

  • MapPanes

Index

Constructors

constructor

Properties

floatPane

floatPane: Element

mapPane

mapPane: Element

markerLayer

markerLayer: Element

overlayLayer

overlayLayer: Element

overlayMouseTarget

overlayMouseTarget: Element

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

  • MapPanes

Implements

  • MapPanes

Index

Constructors

constructor

Properties

floatPane

floatPane: Element

mapPane

mapPane: Element

markerLayer

markerLayer: Element

overlayLayer

overlayLayer: Element

overlayMouseTarget

overlayMouseTarget: Element

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Marker.html b/classes/Marker.html index e072b039..26cd102e 100644 --- a/classes/Marker.html +++ b/classes/Marker.html @@ -1 +1 @@ -Marker | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • Marker

Index

Constructors

constructor

  • new Marker(opts?: MarkerOptions): Marker

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getAnimation

getAnimation: Mock<any, any> = ...

getClickable

getClickable: Mock<any, any> = ...

getCursor

getCursor: Mock<any, any> = ...

getDraggable

getDraggable: Mock<any, any> = ...

getIcon

getIcon: Mock<any, any> = ...

getLabel

getLabel: Mock<any, any> = ...

getMap

getMap: Mock<any, any> = ...

getOpacity

getOpacity: Mock<any, any> = ...

getPosition

getPosition: Mock<any, any> = ...

getShape

getShape: Mock<any, any> = ...

getTitle

getTitle: Mock<any, any> = ...

getVisible

getVisible: Mock<any, any> = ...

getZIndex

getZIndex: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setAnimation

setAnimation: Mock<any, any> = ...

setClickable

setClickable: Mock<any, any> = ...

setCursor

setCursor: Mock<any, any> = ...

setDraggable

setDraggable: Mock<any, any> = ...

setIcon

setIcon: Mock<any, any> = ...

setLabel

setLabel: Mock<any, any> = ...

setMap

setMap: Mock<any, any> = ...

setOpacity

setOpacity: Mock<any, any> = ...

setOptions

setOptions: Mock<any, any> = ...

setPosition

setPosition: Mock<any, any> = ...

setShape

setShape: Mock<any, any> = ...

setTitle

setTitle: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

setVisible

setVisible: Mock<any, any> = ...

setZIndex

setZIndex: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Static Readonly MAX_ZINDEX

MAX_ZINDEX: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Marker | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • Marker

Index

Constructors

constructor

  • new Marker(opts?: MarkerOptions): Marker

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getAnimation

getAnimation: Mock<any, any> = ...

getClickable

getClickable: Mock<any, any> = ...

getCursor

getCursor: Mock<any, any> = ...

getDraggable

getDraggable: Mock<any, any> = ...

getIcon

getIcon: Mock<any, any> = ...

getLabel

getLabel: Mock<any, any> = ...

getMap

getMap: Mock<any, any> = ...

getOpacity

getOpacity: Mock<any, any> = ...

getPosition

getPosition: Mock<any, any> = ...

getShape

getShape: Mock<any, any> = ...

getTitle

getTitle: Mock<any, any> = ...

getVisible

getVisible: Mock<any, any> = ...

getZIndex

getZIndex: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setAnimation

setAnimation: Mock<any, any> = ...

setClickable

setClickable: Mock<any, any> = ...

setCursor

setCursor: Mock<any, any> = ...

setDraggable

setDraggable: Mock<any, any> = ...

setIcon

setIcon: Mock<any, any> = ...

setLabel

setLabel: Mock<any, any> = ...

setMap

setMap: Mock<any, any> = ...

setOpacity

setOpacity: Mock<any, any> = ...

setOptions

setOptions: Mock<any, any> = ...

setPosition

setPosition: Mock<any, any> = ...

setShape

setShape: Mock<any, any> = ...

setTitle

setTitle: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

setVisible

setVisible: Mock<any, any> = ...

setZIndex

setZIndex: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Static Readonly MAX_ZINDEX

MAX_ZINDEX: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/OverlayView.html b/classes/OverlayView.html index 3b2af0a2..cd44f9c4 100644 --- a/classes/OverlayView.html +++ b/classes/OverlayView.html @@ -1 +1 @@ -OverlayView | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • OverlayView

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

draw

draw: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getMap

getMap: Mock<any, any> = ...

getPanes

getPanes: Mock<any, any> = ...

getProjection

getProjection: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

onAdd

onAdd: Mock<any, any> = ...

onRemove

onRemove: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setMap

setMap: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +OverlayView | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • OverlayView

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

draw

draw: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getMap

getMap: Mock<any, any> = ...

getPanes

getPanes: Mock<any, any> = ...

getProjection

getProjection: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

onAdd

onAdd: Mock<any, any> = ...

onRemove

onRemove: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setMap

setMap: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Polyline.html b/classes/Polyline.html index 3cdee74b..59d983e6 100644 --- a/classes/Polyline.html +++ b/classes/Polyline.html @@ -1 +1 @@ -Polyline | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • Polyline

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getDraggable

getDraggable: Mock<any, any> = ...

getEditable

getEditable: Mock<any, any> = ...

getMap

getMap: Mock<any, any> = ...

getPath

getPath: Mock<any, any> = ...

getVisible

getVisible: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setDraggable

setDraggable: Mock<any, any> = ...

setEditable

setEditable: Mock<any, any> = ...

setMap

setMap: Mock<any, any> = ...

setOptions

setOptions: Mock<any, any> = ...

setPath

setPath: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

setVisible

setVisible: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Polyline | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • Polyline

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

get

get: Mock<any, any> = ...

getDraggable

getDraggable: Mock<any, any> = ...

getEditable

getEditable: Mock<any, any> = ...

getMap

getMap: Mock<any, any> = ...

getPath

getPath: Mock<any, any> = ...

getVisible

getVisible: Mock<any, any> = ...

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setDraggable

setDraggable: Mock<any, any> = ...

setEditable

setEditable: Mock<any, any> = ...

setMap

setMap: Mock<any, any> = ...

setOptions

setOptions: Mock<any, any> = ...

setPath

setPath: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

setVisible

setVisible: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Size.html b/classes/Size.html index 74108cd8..89d0ee4d 100644 --- a/classes/Size.html +++ b/classes/Size.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.

-

Hierarchy

  • Size

Implements

  • Size

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Size(width: number, height: number, widthUnit?: string, heightUnit?: string): Size
  • Parameters

    • width: number
    • height: number
    • Optional widthUnit: string
    • Optional heightUnit: string

    Returns Size

Properties

height

height: number

toString

toString: Mock<any, any> = ...

width

width: number

Methods

equals

  • equals(other: Size): boolean
  • Parameters

    Returns boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

  • Size

Implements

  • Size

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Size(width: number, height: number, widthUnit?: string, heightUnit?: string): Size
  • Parameters

    • width: number
    • height: number
    • Optional widthUnit: string
    • Optional heightUnit: string

    Returns Size

Properties

height

height: number

toString

toString: Mock<any, any> = ...

width

width: number

Methods

equals

  • equals(other: Size): boolean
  • Parameters

    Returns boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/VisibleRegion.html b/classes/VisibleRegion.html index 127dfa91..ac293cd0 100644 --- a/classes/VisibleRegion.html +++ b/classes/VisibleRegion.html @@ -1 +1 @@ -VisibleRegion | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • VisibleRegion

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

Readonly farLeft

farLeft: LatLng

Readonly farRight

farRight: LatLng

get

get: Mock<any, any> = ...

Readonly latLngBounds

latLngBounds: LatLngBounds

Readonly nearLeft

nearLeft: LatLng

Readonly nearRight

nearRight: LatLng

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +VisibleRegion | @googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • VisibleRegion

Index

Constructors

constructor

Properties

addListener

addListener: Mock<any, any> = ...

bindTo

bindTo: Mock<any, any> = ...

changed

changed: Mock<any, any> = ...

Readonly farLeft

farLeft: LatLng

Readonly farRight

farRight: LatLng

get

get: Mock<any, any> = ...

Readonly latLngBounds

latLngBounds: LatLngBounds

Readonly nearLeft

nearLeft: LatLng

Readonly nearRight

nearRight: LatLng

notify

notify: Mock<any, any> = ...

set

set: Mock<any, any> = ...

setValues

setValues: Mock<any, any> = ...

unbind

unbind: Mock<any, any> = ...

unbindAll

unbindAll: Mock<any, any> = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/modules.html b/modules.html index 2573721d..ade00316 100644 --- a/modules.html +++ b/modules.html @@ -1 +1 @@ -@googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

@googlemaps/jest-mocks

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +@googlemaps/jest-mocks
Options
All
  • Public
  • Public/Protected
  • All
Menu

@googlemaps/jest-mocks

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file