@totvs-agro/core-mobile
Version:
Core Mobile Totvs Agro (Front-End) para utilização dos estilos do T-Faces
14 lines • 477 B
JavaScript
import { GoogleMapsEvent } from "@ionic-native/google-maps";
var MapEvents = /** @class */ (function () {
function MapEvents(_map) {
this._map = _map;
}
MapEvents.prototype.onMapClick = function (eventMap) {
this._map.closeTooltip();
this._map.getMapInstance().on(GoogleMapsEvent.MAP_CLICK).subscribe(eventMap);
return this;
};
return MapEvents;
}());
export { MapEvents };
//# sourceMappingURL=map-events.js.map