Instagram\API\Request\UserMapRequest::getEndpoint PHP Method

getEndpoint() public method

public getEndpoint ( )
    public function getEndpoint()
    {
        return sprintf("/v1/maps/user/%s/", $this->userId);
    }