Examples of CountryGeoNameLookup


Examples of org.mediameter.cliff.places.CountryGeoNameLookup

public class GeoNameLookupTest {

    @Test
    public void testCountryLookup() throws Exception {
        CountryGeoNameLookup lookup = new CountryGeoNameLookup();
        assertEquals(lookup.size(),250);
        GeoName usa = lookup.get("US");
        assertEquals(usa.getGeonameID(),6252001);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.