def saveGoogleMap(self, title, fileLocation):
        gMap = self.widgetManager.get(WIDGET_NAMES.Map, title)
        return gMap.saveTile(fileLocation)