this.schema.lng = {
      type: 'Number',
      validators: ['required', this._validateLongitude.bind(this)],
      showSlider: false
    };