26272829303132
public ServerGeocoder(String gMapKey) { if (gMapKey == null) { throw new IllegalArgumentException("API key cannot be null"); } this.geocoder = new Geocoder(gMapKey); }