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

weiboclient4j.params.LocRange Maven / Gradle / Ivy

package weiboclient4j.params;

import weiboclient4j.PlaceService;

/**
 * @author Hover Ruan
 */
public class LocRange extends LongParam implements
        PlaceService.GetNearbyUsersParam,
        PlaceService.GetNearbyPoisParam,
        PlaceService.GetNearbyPhotosParam,
        PlaceService.GetNearbyUsersListParam,
        PlaceService.GetNearbyTimelineParam {

    public LocRange(long value) {
        super(value);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy