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

weiboclient4j.params.Scale Maven / Gradle / Ivy

The newest version!
package weiboclient4j.params;

import weiboclient4j.LocationService;

public class Scale extends BooleanParam implements
        LocationService.GetMapImageParam {

    public Scale(boolean value) {
        super(value);
    }

    protected String paramKey() {
        return "scale";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy