public void UseGoogleMaps(MapMode MapMode = MapMode.Standard, bool showtraffic = false, bool AllowCaching = true, bool AllowOverstretch = false, bool IsFadingEnabled = true)
 {
     ChangeViewUCVM.UseGoogleMaps(MapMode, showtraffic, AllowCaching, AllowOverstretch, IsFadingEnabled);
 }
 public void UseGoogleMaps()
 {
     ChangeViewUCVM.UseGoogleMaps(ChangeViewUCVM.CurrentMapMode, ChangeViewUCVM.ShowTraffic, true, ChangeViewUCVM.AllowOverstretch, ChangeViewUCVM.FadeAnimationEnabled);
 }