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

weiboclient4j.params.OffsetY Maven / Gradle / Ivy

The newest version!
package weiboclient4j.params;

import weiboclient4j.LocationService;

public class OffsetY extends StringParam implements
        LocationService.GetMapImageParam {

    public OffsetY(String value) {
        super(value);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy