Description

Represents objects which can be defined in a bounds object (e.g. markers, polygons...).

Index

core/abstraction/base/i-bounds.ts

Methods

Methods

getBounds
getBounds()

Calculates the bounds of the object.

Returns: google.maps.LatLngBounds

The bounds of the object.

export interface IBounds
{
    /**
     * Calculates the bounds of the object.
     *
     * @returns {google.maps.LatLngBounds} The bounds of the object.
     */
    getBounds(): google.maps.LatLngBounds;
}

results matching ""

    No results matching ""