/// <summary>
        /// Initializes a new instance of the <see cref="MapViewWidget"/> class.
        /// </summary>
        public MapViewWidget()
        {
            InitializeComponent();
            PopupDialog.AdjustSize();

#if RELEASE
            MapView.MapServiceToken     = "Don't forget to set the Bing Maps keys!";
            MapViewFull.MapServiceToken = "Don't forget to set the Bing Maps keys!";
#endif
            Loaded += OnLoaded;
        }