org.schoellerfamily.geoservice.keys.KeyManagerStub Maven / Gradle / Ivy
package org.schoellerfamily.geoservice.keys;
/**
* @author Dick Schoeller
*/
public final class KeyManagerStub implements KeyManager {
/**
* {@inheritDoc}
*/
@Override
public String getGeocodingKey() {
return "XYZZY";
}
/**
* {@inheritDoc}
*/
@Override
public String getMapsKey() {
return "PLUGH";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy