Geofence circle not shown

Hi,
In ionic geofence,
i am trying to load a geofence in leaflet with google layer. It shows an exception in leaflet-src.js, "Cannot call method ‘intersects’ of undefined"
empty: function () {
return this._radius && !this._renderer._bounds.intersects(this._pxBounds);
}
please let me know the reason.