Address address3 = new Address();
address3.setStreetAddress("五四大街1号, Beijing东城区");
address3.setCountryCode("CN");
// Create selector.
GeoLocationSelector selector = new GeoLocationSelector();
selector.setAddresses(new Address[] {address1, address2, address3});
// Get geo locations.
GeoLocation[] locations = geoLocationService.get(selector);
// Display geo locations.