UNPKG

348 BPlain TextView Raw
1import {LatLngLiteral} from './services/google-maps-types';
2
3// exported map types
4export {KmlMouseEvent, LatLngBounds, LatLngBoundsLiteral, LatLngLiteral, PolyMouseEvent} from './services/google-maps-types';
5
6/**
7 * MouseEvent gets emitted when the user triggers mouse events on the map.
8 */
9export interface MouseEvent { coords: LatLngLiteral; }