this.setBottomLeftCoordinates = function(coords) {
      this.bottom = coords.lat;
      this.left = coords.lon;
    };