public BatchGeocoderTest()
        {
            //Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("en-us");

            batchGeocoder = CreateBatchGeocoder();
        }
Exemplo n.º 2
0
		public BatchGeocoderTest() 
		{
			Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("en-us");

			batchGeocoder = CreateBatchGeocoder();
		}