Module: async-google-maps/base-overlay-factory

Methods

(static) create(options)

Creates an instance of a custom overlay that will position itself on the map based on the overlay dimensions and the provided point.

Parameters:
Name Type Description
options

Options passed to the base overlay constructor

Properties
Name Type Description
el

The element that the overlay will use to append into the overlay pane.

point

The lat/lng that the overlay will use to position itself on the map.

cacheDimensions

Instruct the Overlay to cache its dimensions after the first time it is drawn

Source: