Exemplo n.º 1
0
        private void SaveSelectedMatch(string level1, string level2, string level3)
        {
            Location inputLocation = new Location(
                Level1Original(),
                Level2Original(),
                Level3Original());

            Location gazetteerLocation = new Location(level1, level2, level3);

            geoCoder.SaveMatch(inputLocation, gazetteerLocation);
        }