All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.schoellerfamily.geoservice.keys.KeyManagerStub Maven / Gradle / Ivy

There is a newer version: 1.3.0-RC2
Show newest version
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