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