Description

Represents mouse event data transformed by the library.

See EventDataTransformService

Index

core/abstraction/events/i-google-maps-mouse-event.ts

Properties

Properties

position
position: google.maps.LatLngLiteral
Type: google.maps.LatLngLiteral

The coordinate where the mouse event took place.

export interface IGoogleMapsMouseEvent
{
    /**
     * The coordinate where the mouse event took place.
     *
     * @type {google.maps.LatLngLiteral}
     */
    position: google.maps.LatLngLiteral;
}

results matching ""

    No results matching ""